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 %}