{% load i18n %} {% comment %} USAGE: {% include 'mtp_common/forms/password-field.html' with field= only %} optional parameters: input_classes - classes to add to the input element label_classes - classes to add to the label element TODO: the widget is not currently configurable {% endcomment %}
{% include 'mtp_common/forms/field-label.html' with field=field label_classes=label_classes only %} {% include 'mtp_common/forms/field-errors.html' with field=field only %}