{% 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) %} {{ texts['star_title'].format(value=value) }} {% endfor %} {{ texts["comment_label"] }} {{ texts["button_finish_vote"] if is_last else texts["button_next_argument"] }} {% endblock %}
{{ argument.content }}