{% load i18n %}
{% block templates %}{% endblock %} {% include "django/forms/widgets/input.html" %}
{% with widget=widget.select_template %} {% include widget.template_name %} {% endwith %} {% with widget=widget.value_template %} {% include widget.template_name %} {% endwith %}
{% block after-add-row-button %}{% endblock %}