{% extends "admin/base_site.html" %} {% load i18n %} {% block extrastyle %} {{ block.super }} {{ form.media.css }} {% endblock %} {% block extrahead %} {{ block.super }} {{ form.media.js }} {% endblock %} {% block content_title %}{{ title }}{% endblock %} {% block content %}

{% trans "Assign a location to selected charge points" %}

{% trans "Choose an existing location or create a new one. The selected charge points will adopt the location name, and each connector will be suffixed A, B, C, etc." %}

{% csrf_token %} {{ form.as_p }}
{% trans "Cancel" %}

{% trans "Selected charge points" %}

{% endblock %} {% block extrafooter %} {{ block.super }} {% endblock %}