{% 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 "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." %}