{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% load wger_extras %} {% load cache %} {% load thumbnail %} {% block title %}{% trans "Equipment overview" %}{% endblock %} {% block header %} {% endblock %} {% block content %} {% cache cache_timeout equipment-overview language.id %}
{% if exercise.main_image %}
|
{% trans "No exercises for this equipment. Add or edit an exercise and set the equipment." %} |
{% if user.is_authenticated and not user.userprofile.is_temporary %}
{% trans "Add new exercise" %}
{% else %}
{% trans "Only registered users can do this" %}
{% endif %}