{% load i18n %} {% load url from future%} {% block title %}Ishtar{% if APP_NAME %} - {{APP_NAME}}{%endif%}{% endblock %} {% for url_css in JQGRID_CSS %}{% endfor %} {% include "blocks/extra_head.html" %} {% block extra_head %} {% endblock %}
{% if not reminders %}
{% block context %}{% if current_menu %}
{% trans "Default selected items"%} {% for lbl, model_name, main_cls, items in current_menu %} {% with 'show-'|add:model_name as model_url%} {% endwith %} {% endfor %}
{% trans "Details" %}
{% endif %}{% endblock %}
{% endif %} {% if reminders %}
{% trans "Current items" %} {% for lbl, value in reminders%}

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

{% endfor %}
{%endif%}
{% block content %}{% endblock %}