{% extends "base.html" %} {% block title %}Category - {{name}}{% endblock %} {% block content %}

Tests in {{name}} category

{% for test in tests %}
{{test.name}}
Category: {{test.category}}
Passing score: {{test.passing_score}}
Questions: {{test.questions|length}}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus volutpat scelerisque tortor, id sodales leo finibus id. Vivamus id viverra nunc, ac faucibus metus. Nulla a mauris imperdiet sapien lobortis dapibus. Quisque ornare posuere pulvinar.

{% endfor %} {% endblock %}