{% load i18n %} {% load staticfiles wger_extras thumbnail %} {% if editable %}
{{exercise.setting_text}}
{% if not exercise.setting_list %}
{% trans "This exercise has no repetitions." %}
{% trans "Edit them now."%}
{% for comment in exercise.comment_list %}
{{comment}}
{% endfor %}