{# sample to clone #} Delete row {{ sample }} {# existing #} {% for input in inputs %}
{% if not forloop.first %} Delete row {% endif %} {{ input }}
{% endfor %} {% block add_button %} {% endblock %}