{% load i18n %} {% load static %} {% load staticfiles %} Infoscreen admin

{% trans "Infoscreen Admin Pane" %}

{% trans "Create new item" %}

{% trans "Create a new item by type" %}
{% trans "Item type" %}

{% trans "Info items" %}

{% trans "Infoitems available for rotations" %}
{% trans "Item" %} {% trans "Type" %} {% trans "Delete" %}
{$ i.name $} {$ i.display_name $}

{% trans "Info items" %}

{% trans "Infoitems available for rotations" %}
{% trans "Item" %} {% trans "Type" %} {% trans "Set duration" %} {% trans "Add to rotation" %} {% trans "Delete" %}
{$ i.name $} {$ i.display_name $}

{% trans "Rotation" %}: {$ selected_rot.name $}

{% trans "Instances in currently selected rotation" %}:
{% trans "Instance" %} {% trans "Duration" %} {% trans "Delete" %}
{$ i.item.name $}{$ i.duration $} s

{% trans "Rotations" %}

{% trans "Select rotation to edit" %}:
{% trans "Rotation" %} {% trans "id" %} {% trans "Preview" %} {% trans "Delete" %}
{$ r.name $} {$ r.id $}
{% include "footer.html" %}