{% extends "passerelle_imio_liege_lisrue/base.html" %} {% load i18n %} {% block more-user-links %} {{ block.super }} {% if not object.id %} {% trans 'Add Liege Lisrue Connector' %} {% endif %} {% endblock %} {% block appbar %}

Lisrue - {% 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 %}