{% extends "base.html" %} {% import '_macros.html' as macros %} {% block title %}{{ _("Edition") }} | {{ super() }}{% endblock %} {% block content %} {% if newrel_form.rtype.choices %} {# There is at least a relationship type defined #} {% if newrel_form.errors %}