{% load i18n %} {% load comments bulma_tags %}
{% csrf_token %} {% for field in form %} {% if field.is_hidden %}
{{ field }}
{% endif %} {% endfor %}
{{ form.honeypot }}
{{ form.comment|bulma }} {% if not request.user.is_authenticated %}
{{ form.name|bulma }}
{{ form.email|bulma }}
{% endif %}
{{ form.followup|bulma }}