{% extends "infoscreen/base.html" %} {% load i18n %} {% load static %} {% block appname %}infoAdmin{% endblock appname %} {% block title %} {% trans "Infoscreen admin" %} {% endblock title %} {% block styles %} {{ block.super }} {% endblock styles %} {% block controllers %} {% endblock controllers %} {% block body %}

{% trans "Infoscreen Admin Pane" %}

{% include "infoscreen/nav.html" %}
{% include "infoscreen/tabs/slides.html" %} {% include "infoscreen/tabs/rotations.html" %} {% include "infoscreen/tabs/add_remove.html" %}
{% include "webapp/footer.html" %} {% endblock body %}