{% load crispy_forms_tags %} {% load crispy_forms_utils %} {% load crispy_forms_field %} {% load currency_filters %} {% specialspaceless %} {% if formset_method|lower == 'post' and not disable_csrf %} {% csrf_token %} {% endif %}
| {{ field.label }}{% if field.field.required and not field|is_checkbox %}*{% endif %} | {% endif %} {% endfor %}
|---|
|
{{ invoice.currency_symbol }}
{% crispy_field field 'class' 'text-end' %}
.00
|
{% else %}
{% include 'bootstrap5/field.html' with tag="td" form_show_labels=False %}
{% endif %}
{% endfor %}
|
{{ invoice.currency_symbol }}
{% crispy_field field 'class' 'text-end' %}
.00
|
{% else %}
{% include 'bootstrap5/field.html' with tag="td" form_show_labels=False %}
{% endif %}
{% endfor %}