{% extends "base.html" %} {% load i18n staticfiles wger_extras %} {% block title %}{% trans "Repetition units" %}{% endblock %} {% block content %} {% endblock %} {# #} {# Options #} {# #} {% block options %} {% if perms.core.add_license %} {% trans "Add" %} {% endif %} {% endblock %}