{% extends "admin/base_site.html" %} {% load i18n %} {% block breadcrumbs %}{% endblock %} {% block title %}{% trans 'Change point of contact' %}{% endblock %} {% block content %}

{% trans "Assign a new point of contact to the layers below:" %}

{% for layer in layers %}
  • {{ layer }}
  • {% endfor %}
    {% csrf_token %} {{ form.as_p }}