{% load crispy_forms_tags %}
{% include "grandchallenge/partials/messages.html" %} {% if object.is_editable %}
{% csrf_token %} {{ form|crispy }}
{% endif %}