Status: {{ status }}
Current status of your request: {{ status_info}}
{% if ticket %}
{% endif %}
{% if problem %}
{{ problem | safe }}
{% endif %}
{% if error_text %}
Please contact @{{ contact_login }}
{{ error_text | safe }}
{% endif %}
{% if is_test %}
{{ table | safe }}
{% endif %}
{% endblock %}