{% load i18n %} {% load static %} {% load extra_filters %} {% get_current_language as LANGUAGE_CODE %} Kiwi TCMS - {% block title %}{% trans "the leading open source test case management system" %}{% endblock %} {% if LANGUAGE_CODE == 'eo' %} {% endif %} {% include 'patternfly.html' %} {% block head %}{% endblock %} {% if not REQUEST_CONTENTS.nonav %} {% include 'navbar.html' %} {% endif %} {% for message in messages %}
{{ message|safe }}!
{% endfor %} {% block contents %}{% endblock %}