{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% load wger_extras %} {% load thumbnail %} {% load cache %} {% block header %} {% endblock %} {% block title %}{{ exercise.name }}{% endblock %} {% block content %} {% if exercise.status == exercise.STATUS_PENDING %}
{% blocktrans %}This user submitted exercise is pending a decision to be included in the database.{% endblocktrans %} {% trans "Till then, it will not be shown in the overview or the search." %} {% if perms.exercises %}{% trans "Please select one of the options below." %}{% endif %}
{% if perms.exercises %} {% endif %} {# end check permissions #}{% trans "Category" %}: {% trans exercise.category.name %}
{% if exercise.equipment.all %}{% trans "Equipment" %}: {% for equipment in exercise.equipment.all %} {% trans equipment.name %} {% if not forloop.last %}, {% endif %} {% endfor %}
{% endif %}{% trans "The diagram shows the most used muscles on this exercise" %}
{% trans "Back to exercise overview" %}