{% extends "base.html" %} {% load i18n staticfiles wger_extras %} {% block title %}{% trans "Muscle overview" %}{% endblock %} {% block content %} {% endblock %} {% block sidebar %} {% if perms.exercises.add_equipment %}

{% trans "Add muscle" %}

{% 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 %}