{% with config.RELATIONSHIP_FORM_HELP as help_text %} {% if help_text %}
{{ help_text|linebreaks }}
{% endif %} {% endwith %}
{% csrf_token %} {% load bootstrap4 %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}