{% extends "base.html" %} {% load i18n static wger_extras thumbnail cache django_bootstrap_breadcrumbs %} {# #} {# Opengraph #} {# #} {% block opengraph %} {{ block.super }} {% endblock %} {% block opengraphimages %} {% for image in exercise.exerciseimage_set.accepted %} {% empty %} {% endfor %} {% endblock %} {# #} {# Breadcrumbs #} {# #} {% block breadcrumbs %} {{ block.super }} {% breadcrumb "Exercises" "exercise:exercise:overview" %} {% breadcrumb exercise exercise.get_absolute_url %} {% endblock %} {# #} {# Title #} {# #} {% block title %}{{ exercise.name }}{% endblock %} {# #} {# Header #} {# #} {% block header %} {% endblock %} {# #} {# Content #} {# #} {% 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.add_exercise %}{% trans "Please select one of the options below." %}{% endif %}
{% if perms.exercises.add_exercise %} {% endif %} {# end check permissions #}{% trans "The diagram shows the most used muscles on this exercise" %}
{% trans "Submit a correction" %}
{% endif %} {% license_sidebar exercise.license exercise.license_author %} {% endblock %} {# #} {# Options #} {# #} {% block options %} {% if perms.exercises.change_exercise %}