{% extends "passerelle_montpellier_sig/base.html" %} {% load i18n %} {% load url from future %} {% block more-user-links %} {{ block.super }} {% if not object.id %} {% trans 'Add Montpellier SIG Connector' %} {% endif %} {% endblock %} {% block appbar %}

SIG - {% if object.id %}{{ object.title }}{% else %}{% trans 'New' %}{% endif %}

{% endblock %} {% block content %}
{% csrf_token %} {{ form.as_p }}
{% block buttons %}
{% if object.id %} {% trans 'Cancel' %} {% else %} {% trans 'Cancel' %} {% endif %}
{% endblock %}
{% endblock %}