{% extends "admin/base_site.html" %} {% load i18n admin_urls static admin_modify %} {% block breadcrumbs %} {% endblock %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block content %}

Assign Users to Survey "{{ survey.title }}"

{% csrf_token %}
{% if form.errors %}

{% blocktranslate count counter=form.errors.items|length %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktranslate %}

{% endif %}
{{ form.groups.errors }}
{{ form.groups.label_tag }} {{ form.groups }}
{{ form.users.errors }}
{{ form.users.label_tag }} {{ form.users }}
{{ form.media }} {% endblock %}