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