{% extends "admin/base_site.html" %} {% load i18n admin_urls static %} {% block extrahead %} {{ block.super }} {{ media }} {% endblock %} {% block bodyclass %}{{ block.super }} app-{{ opts.app_label }} model-{{ opts.model_name }} invite-waiter {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% translate "Invite to a group" %}

{% if waiter %} {% trans "You are inviting:" %} {% else %} {% trans "You are inviting the following waiters for registration:" %} {% endif %}

{% if waiter %} {% blocktrans %}Please choose the group that you want to invite {{ waiter }} to.{% endblocktrans %} {% else %} {% blocktrans %}To which group do you want to invite these waiters?{% endblocktrans %} {% endif %}

{% csrf_token %}

{{form}}


{% translate "Cancel" %}

{% endblock %}