{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% load wger_extras %} {% load cache %} {% block header %} {% endblock %} {% block title %}{% trans "Ingredient overview" %}{% endblock %} {% block content %} {% if ingredients_list %}
{% trans "No ingredients." %} {% trans "Add one now." %}
{% endif %} {% pagination paginator page_obj %} {% endblock %} {% block sidebar %} {% if user.is_authenticated and not user.userprofile.is_temporary %}