{% block content %}

Status: {{ status }}

Current status of your request: {{ status_info}}

{% if ticket %}

All details are here: {{ ticket }}

{% endif %} {% if problem %}
{{ problem | safe }}
{% endif %} {% if error_text %}

Please contact @{{ contact_login }}

{{ error_text | safe }}
{% endif %} {% if is_test %}
{{ table | safe }}
{% endif %}

Back to the main page

{% endblock %}