{% extends "base.html" %} {% load url from future %} {% load i18n %} {% load staticfiles %} {% block title %}{% trans "Exercises" %}{% endblock %} {% block header %} {% endblock %} {% block content %}
{{ exercise.name }} | {% if perms.exercises %} | {% endif %}
{% trans "No exercises in this category. Add or edit an exercise and set its category" %} |
{% trans "Add new exercise" %}
{% with category=categories|first %}
{% trans "Edit category" %}:
{{category.name}}
{% with category=categories|first %}
{% trans "Delete category" %}:
{{category.name}}
{% endwith %}