{% 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 %} {# rendered here b/c text editor(s) needs all the JS above #} {# see SimpleMDE.render() in core/widgets.py #} {% block contents %}{% endblock %}