{% extends "base_wide.html" %} {% load url from future %} {% load i18n %} {% load staticfiles %} {% block title %}{% trans "Muscle overview" %}{% endblock %} {% block header %} {% endblock %} {% block content %} {% trans "Hover with the mouse over the muscles to show corresponding exercises." %}
{% blocktrans %}Important: After adding a muscle, you need to create a new SVG image with the contours of the muscle and place it in the folder images/muscles.{% endblocktrans %}
{% endif %} {% endblock %} {% block sidebar %} {% endblock %}