{% 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 APP_NAME %}
{{APP_NAME}}
{%endif%}
{% if reminders %}{%endif%}
{% for section in MENU.childs %}
{% if section.available %}- {{section.label}}
{% for menu_item in section.childs %}{%if menu_item.available%}
{% if menu_item.childs %}
{%else%}
{%endif%}{% endif %}{% endfor %}
{%endif%}
{% endfor %}
{% block content %}{% endblock %}