{% 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 %}
{% if datetime.date.today() < datetime.date(2019, 6, 6) %}
notifications
Do not miss the
Tryton Unconference, June 4th-7th 2019
!
{% endif %} {% endblock header %}
{% block content %} {% endblock content %}
{% block script %} {% endblock %}