{% comment "rst" %} SemanticUI forms ================ For most form display, we use Cripsy. This might be an old artifact, so probably don't use this unless you find a reason to. This is a helper to display forms in SemanticUI markup. We don't use as_p here as the output does not style things like error listings. Inputs: form The Form object to iterate over error_title (optional) The title for the form {% endcomment %} {% load i18n %}
{{ field.help_text|safe }}
{% endif %}