{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% load wger_extras %} {% block title %}{% trans "Ingredient weight units" %}{% endblock %} {% block content %} {% pagination paginator page_obj %} {% endblock %} {% block sidebar %}

{% trans "Add new weight unit" %}

{% endblock %}