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