{% load i18n %} {% block title %}Ishtar{% if APP_NAME %} - {{APP_NAME}}{%endif%}{% endblock %} {% block extra_head %} {% endblock %}
{% block context %}{% if current_menu %}
{% trans "Default selected items"%} {% for lbl, model_name, items in current_menu %} {% endfor %}
{% endif %}{% endblock %}
{% if reminders %}
{% trans "Current items" %} {% for lbl, value in reminders%}

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

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