{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% load wger_extras %} {% block title %}{% trans "Ingredient weight units" %}{% endblock %} {% block content %} {% for unit in unit_list %} {% empty %} {% endfor %}
{% trans "Actions" %} {% trans "Name" %}
{% trans 'Delete' %} {% trans 'Edit' %} {{unit.name}}
{% trans "Nothing found" %}
{% pagination paginator page_obj %} {% endblock %} {% block sidebar %} {% if perms.exercises %}

{% trans "Options" %}

{% trans 'Add new weight unit' %} {% trans "Add new weight unit" %}

{% endif %} {% endblock %}