{% extends "base.html" %} {% load url from future %} {% load i18n %} {% load staticfiles %} {% load wger_extras %} {% load cache %} {% block title %}{% trans "Workout" %} – {{ workout.creation_date }}{% endblock %} {% block header %} {% endblock %} {% block content %} {% if workout.comment %}
{% trans "Goal" %}: {{workout.comment}}
{% endif %} {% for day in workout.day_set.select_related|dictsort:"get_first_day_id" %} {% cache cache_timeout day-view day.id %}{% trans "No days for this workout." %} {% trans "Add training day" %}
{% endfor %}{% 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." %}