{% extends "base.html" %} {% load i18n %} {% load static %} {% load wger_extras %} {# #} {# Opengraph #} {# #} {% block opengraph %} {{ block.super }} {% endblock %} {# #} {# Title #} {# #} {% block title %}{% translate 'Workout template' %}{% endblock %} {# #} {# Header #} {# #} {% block header %} {% endblock %} {# #} {# Content #} {# #} {% block content %} {% if workout.name %}
{{ workout.description }}
{% endif %} {% for day in workout.canonical_representation.day_list %}{% translate "Images show combined muscles as trained by the exercises on the workout." %}