{% 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 SITE_PROFILE.warning_name %}
{{SITE_PROFILE.warning_name }} {% if SITE_PROFILE.warning_message %} {% endif %}
{% if SITE_PROFILE.warning_message %} {% endif %} {% endif %} {% if reminders %}
{% trans "Current items" %}
{% for lbl, value in reminders %}

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

{% endfor %}
{%endif%} {% block pre_container %}{% endblock %}
{% block top_content %}{% endblock %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% if MESSAGES %}{% for message, message_type in MESSAGES %} {% endfor %}{% endif %}
{% if warnings %}{% for warning in warnings %} {% endfor %}{% endif %}
{% block content %}{% endblock %}
{% block footer %} {% endblock %} {% for extra_form in extra_form_modals %} {% endfor %}