{{ time_control }} {% if status is not empty %} {% endif %} {% if data.edit and data.session_id == api_get_session_id %}
{% endif %}

{{ data.title }}

{{ data.description }}
{% if data.url is not empty %}
{{ label }}
{% endif %} {% if data.attempts is not empty %} {% if count == data.attempts %}
{{ "Attempts" |get_lang }} {{ count }} / {{ data.attempts }}
{% else %}
{{ "Attempts" |get_lang }} {{ count }} / {{ data.attempts }}
{% endif %} {% endif %} {% if table_result is not empty %}
{{ table_result }}
{% endif %}