{% 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 %} {% else %}

{% 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 %}

{% trans "Add ingredient" %}

{% trans 'Add ingredient' %} {% trans "Add ingredient" %}

{% endif %}

{% trans "Search" %}

{% csrf_token %}
{% endblock %}