{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% load wger_extras %} {# #} {# Opengraph #} {# #} {% block opengraph %} {{ block.super }} {% endblock %} {# #} {# Title #} {# #} {% block title %}{% trans "Workout" %} – {{ workout.creation_date }}{% endblock %} {# #} {# Header #} {# #} {% block header %} {% endblock %} {# #} {# Content #} {# #} {% block content %} {% if workout.comment %}
{% trans "Goal" %}: {{workout.comment}}
{% endif %} {% for day in workout.canonical_representation.day_list %}{% trans "No days for this workout." %} {% trans "Add training day" %}
{% endif %} {% endfor %} {% if is_owner %}{% trans "Add training day" %} | {% trans "Show/Hide exercise comments" %}
{% endif %} {% endblock %} {# #} {# Side bar #} {# #} {% block sidebar %}{% trans "Images show combined muscles as trained by the exercises on the workout." %}
{% trans "Export calendar file" %}
{% trans "Make a copy of this workout" %}
{% trans "Delete this workout" %}