{% 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 %}

{% trans "You selected the following members:" %}

{% for member in members %}

{% endfor %}

{% blocktrans %}Do you want to invite these members to set their login data for Kompass? They will receive an email with a link to set their username and password after entering one of the current active registration passwords.{% endblocktrans %}

{% csrf_token %} {{form}} {% translate "Cancel" %}
{% endblock %}