{% if description %}
{% endif %}
{% if description %}
{% endif %}
Tryton - {{ title }}
{% block style %}
{% endblock style %}
{% block header %}
{% for title, items in menu.items() %}
{{ title }}
{% for item, url in items %}
{{ item|safe }}
{% endfor %}
{% endfor %}
{% endblock header %}
{% block content %} {% endblock content %}
{% block script %} {% endblock %}