{% extends "base.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load i18n %} {% load static %} {% block content %}

{{ title }}

{% csrf_token %} {% include "connections_fields.html" %}
{% endblock %} {% block page_js %} {% endblock %}