{% extends "base.html" %} {% block title %}{{ texts["title_participate_session"] }}{% endblock %} {% block content %}

{{ texts["rating_heading"] }}

{{ texts["progress_status"].format(progress=progress) }}

{{ texts["argument_heading"] }}

{{ argument.content }}

{{ texts["rating_legend"] }}
{% for value in range(5, 0, -1) %} {% endfor %}
{% endblock %}