{% extends "widgy/popup_base.html" %} {% block popup-content %}

Cloning {{ object }}

{% csrf_token %} {% for field in form %} {% include "widgy/field_as_div.html" %} {% endfor %}

{% endblock %}