{% extends "infoscreen:base.html" %}
{% load i18n %}
{% load static %}
{% load staticfiles %}
{% block appname %}infoAdmin{% endblock appname %}
{% block title %}
{% trans "Infoscreen admin" %}
{% endblock title %}
{% block styles %}
{% endblock styles %}
{% block controllers %}
{% endblock controllers %}
{% block body %}
{% trans "Infoscreen Admin Pane" %}
{% trans "Create new item" %}
{% trans "Create a new item by type" %}
{% trans "Info items" %}
{% trans "Infoitems available for rotations" %}
{% trans "Info items" %}
{% trans "Infoitems available for rotations" %}
{% trans "Rotations" %}
{% trans "Select rotation to edit" %}:
{% include "footer.html" %}
{% endblock body %}