{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% block title %}{% trans "Your workouts" %}{% endblock %} {% block content %} {% if workouts %}
{% trans "Description" %} | {% trans "Date" %} |
---|---|
{{ workout }} {% if workout == current_workout %} {% trans "active" %} {% endif %} | {{ workout.creation_date }} |
{% trans "No workouts found." %} {% trans "Add one now." %}
{% endif %} {% endblock %} {% block sidebar %}