{% load i18n %}
{% csrf_token %} {% if not user.is_authenticated %} {% include "partials/form_fields_inline.html" with form=alert_form %} {% else %} {% include "partials/form_fields.html" with form=alert_form %} {% endif %}