{% extends "quiz/networkBase.html" %} {% block title %}Результаты{% endblock %} {% block description %}Сетевой тренажер для обучения компьютерным сетям{% endblock %} {% block content %} {# Time spent, correct questions counter #} {{ data['correct_answers'] }}/{{ data['answers_count'] }} {{ data['time_spent'] }} {% for question in questions_result %} {# Question text #} {{ question.question_text | safe }} {% endfor %} {% endblock %}
{{ data['correct_answers'] }}/{{ data['answers_count'] }}