{% load i18n %} {% if not perms.exercises %}
{% blocktrans %}Thank you for submitting an ingredient. This is much appreciated!{% endblocktrans %}
{% blocktrans %}After you submit the form, the administrators will be notified. Once it is reviewed, it will be added to the database. Till this happens, it will not be visible in the overview or the search. In case you added your email when you registered, you will get notified when the process is completed sucessfully.{% endblocktrans %}
{% endif %}