{% load crispy_forms_field common_forms_tags %}
{% if not inline %} {% endif %}
{% if field|is_select %}
{{ field|field_text|safe }}
{% else %} {% crispy_field field 'disabled' 'disabled' %} {% endif %} {% include 'bootstrap3/layout/help_text.html' %}