{% macro form_field_errors(field) -%} {% if field.errors %}
You are updating an existing un-merged editgroup: {{ editgroup.editgroup_id }}.
Description: {{ editgroup.description }} {% else %} {% if not potential_editgroups %}
You have no un-submitted editgroups in progress; a new one will be created. You can add a description for the whole group of edits: {{ form_field_inline(form.editgroup_description) }} {% else %}
Select an in-progress editgroup for this change to be part of (or start a new one):
If starting a new editgroup, you can add a description for the whole group: {{ form_field_inline(form.editgroup_description) }} {% endif %} {% endif %} {%- endmacro %}