{% load i18n compress %} {% block title %}Ishtar{% if APP_NAME %} - {{APP_NAME}}{%endif%}{% endblock %} {% compress js %} {# #} {{EXTRA_JS|safe}} {% endcompress %} {% compress css %} {% for url_css in JQGRID_CSS %}{% endfor %} {{EXTRA_CSS|safe}} {% endcompress %} {% block extra_head %} {% endblock %} {% include "navbar.html" %} {% if reminders %}
{% trans "Current items" %}
{% for lbl, value in reminders %}

{{lbl}}{% trans ":"%} {{value}}

{% endfor %}
{%endif%} {% block pre_container %}{% endblock %}
{% block top_content %}{% endblock %}
{% if warnings %}{% for warning in warnings %} {% endfor %}{% endif %} {% block content %}{% endblock %}
{% block footer %} {% endblock %}