{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% load wger_extras %} {% block title %}{% trans "Workout" %} – {{ workout.creation_date }}{% endblock %} {% block header %} {% endblock %} {% block content %} {% if workout.comment %}
{{workout.comment}}
{% endif %} {% for day in workout.canonical_representation.day_list %}{% trans "Add training day" %} {% trans "Show/Hide exercise comments" %}
{% endblock %} {% block sidebar %}{% trans "Images show combined muscles as trained by the exercises on the workout." %}