{% if help_text_inline and not error_text_inline %}
{% include 'bootstrap/layout/help_text.html' %}
{% endif %}
{% if error_text_inline %}
{% include 'bootstrap/layout/field_errors.html' %}
{% else %}
{% include 'bootstrap/layout/field_errors_block.html' %}
{% endif %}
{% if not help_text_inline %}
{% include 'bootstrap/layout/help_text.html' %}
{% endif %}