Comments
{% if comments %}
-
{% for exercise, comments in comments.items() %}
-
-
{% for comment in comments %}
- {{ comment.user }}: "{{ comment.comment }}" {% endfor %}
{% endfor %}