{% load widget_tweaks %} {% include 'kfet/form_snippet.html' with form=user_form %} {% include 'kfet/form_snippet.html' with form=cof_form %} {% include 'kfet/form_snippet.html' with form=account_form %} {% if user_form %} {% include 'kfet/form_submit_snippet.html' with value="Enregistrer" %} {% endif %}