{% load lca2018_tags %} {% load lca2019_tags %} {% load bootstrap %} {% load crispy_forms_tags %} {% if form.non_field_errors %}
{{ form.non_field_errors }}

{% endif %} {% if form|has_required_fields %}
Fields marked with a * are required
{% endif %} {{ form|crispy }}