{% if show_label %} {% endif %} {% if help_on_top and bound_field.help_text and show_help %}

{{ bound_field.help_text|safe }}{% if required %} *{% endif %}

{% endif %} {% block field_place %}{% endblock %} {% if bound_field.errors %}

{{ bound_field.errors|safe }}

{% endif %} {% if bound_field.help_text and show_help and not help_on_top %}

{{ bound_field.help_text|safe }}

{% endif %}