{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% load wger_extras %} {% load thumbnail %} {% load cache %} {% block title %}{% trans "Exercises" %}{% endblock %} {% block content %} {% cache cache_timeout equipment-overview-mobile language.id %}
{% if user.is_authenticated and not user.userprofile.is_temporary %}
{% trans "Add new exercise" %}
{% else %}
{% trans "Only registered users can do this" %}
{% endif %}
{% with category=categories|first %}
{% trans "Edit category" %}:
{{category.name}}
{% with category=categories|first %}
{% trans "Delete category" %}:
{{category.name}}
{% endwith %}