{% extends "admin/change_form.html" %} {% block object-tools-items %} {{ block.super }}
  • Responses
  • Import Questions
  • Export Questions
  • Assign Users
  • {% endblock %} {% block field_sets %} {% if not add %}
    Users: {% with original.usersurvey_set.count as user_count %}
    {% if user_count == 0 %} No users have been assigned yet. {% else %} Total users: {{ user_count }}. View all. {% endif %}
    {% endwith %}
    {% endif %} {{ block.super }} {% endblock %}