{% load i18n compress %} {% block title %}Ishtar{% if APP_NAME %} - {{APP_NAME}}{%endif%}{% endblock %} {% compress js %} {# #} {% endcompress %} {% compress css %} {% for url_css in JQGRID_CSS %}{% endfor %} {% endcompress %} {{EXTRA_MEDIA}} {% block extra_head %} {% endblock %} {% comment %}{% if raw_css %}{% endif %}{% endcomment %} {% include "navbar.html" %} {% if not reminders %} {% else %}
{% trans "Current items" %} {% for lbl, value in reminders %}

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

{% endfor %}
{%endif%}
{% if warnings %}{% for warning in warnings %} {% endfor %}{% endif %} {% block content %}{% endblock %}
{% block footer %} {% endblock %}

{% trans "Processing..." %}

{% trans "This can be long." %}

{% trans "Time to take a coffee?" %}

{% trans "Time to take another coffee?" %}