{% if orientation == "vertical" and label %}
{% if description %} {{ description }} {% endif %}
{% elif orientation == "horizontal" and label %} {% if align == "left" %}
{% if description %} {{ description }} {% endif %}
{% else %}
{% if description %} {{ description }} {% endif %}
{% endif %} {% else %} {% endif %}
{% if field.errors %}
{% for error in field.errors %} {{ error }}{% if not forloop.last %}
{% endif %} {% endfor %}
{% endif %}