{% load i18n %}
{% block field_label_left %} {% if field.field.widget.input_type != "checkbox" or field.field.widget.allow_multiple_selected %} {% endif %} {% endblock %} {% block field_content_right %} {% if field.use_fieldset %}{% endif %} {{ field }} {% if field.field.widget.input_type == "checkbox" and not field.field.widget.allow_multiple_selected %} {% endif %} {% if field.use_fieldset %}{% endif %} {% for text in field.errors %}
{{ text }}
{% endfor %} {% if field.help_text %}{{ field.help_text|safe }}{% endif %} {% endblock %}