{% csrf_token %} {% for form_element in form.items %}
{% with element_address='avishan/panel/components/'|add:form_element.type|add:'.html' %} {% include element_address %} {% endwith %}
{% endfor %}
{% include 'avishan/panel/components/button.html' with button=form.button disabled=form.disabled %}