{% extends "baselayout.html" %} {% load i18n %} {% load l10n %} {% block title %} {% translate "Drinks - Supply" %} {% endblock %} {% block headAdditional %} {% endblock %} {% block content %} {% if user.is_superuser or user.allowed_to_supply %}
{% csrf_token %}

{% translate "Supply" %}

{% translate "Description" %}:
{% translate "Price" %} ({{ currency_suffix }}):
{% translate "cancel" %}
{% else %}

{% translate "You are not allowed to view this site." %}

{% translate "back" %}
{% endif %} {% endblock %}