{{ time_control }}
{% if status is not empty %}
{{ status }}
{% endif %}
{% if data.edit and data.session_id == api_get_session_id %}
{% endif %}
{{ data.title }}
{{ data.description }}
{% if data.url is not empty %}
{% endif %}
{% if data.attempts is not empty %}
{% if count == data.attempts %}
{{ "Attempts" |get_lang }} {{ count }} / {{ data.attempts }}
{% else %}
{% if count != 0 %}
{% for i in 0..count - 1 %}
{% endfor %}
{% endif %}
{% if count != data.attempts %}
{% for i in 0..data.attempts - count - 1 %}
{% endfor %}
{% endif %}
{{ "Attempts" |get_lang }} {{ count }} / {{ data.attempts }}
{% endif %}
{% endif %}
{% if table_result is not empty %}
{{ table_result }}
{% endif %}