{% extends "users/base.html" %} {% load crispy_forms_tags %} {% block content %}
{% csrf_token %}
Agenturinformationen bearbeiten {{ form|crispy }}
  Abbrechen
{% endblock content %}