{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% load wger_extras %} {% block title %}{% trans "Ingredients pending review" %}{% endblock %} {% block content %}
{% trans "Submission date" %} | {% trans "Name" %} | {% trans "User" %} |
---|---|---|
{{ingredient.creation_date}} | {{ingredient.name}} | {{ingredient.user.username}} |
{% trans "Nothing found" %} |