{{ test.description }}
Количество вопросов: {{ test.questions | length }}
Время теста: {{ test.duration }} минут
{% if test.scheduled_time %}Запланированное время: {{ test.scheduled_time.strftime("%Y-%m-%d %H:%M") }}
{% endif %} {% if test.max_attempts %}Попытки: {{ attempts_info[test.id]['attempts_taken'] }} из {{ test.max_attempts }}
Осталось попыток: {{ attempts_info[test.id]['remaining_attempts'] }}
{% endif %}