{% extends "test_app/base.html" %} {% load uni_form %} {% block body%}

Django Uni-Form view layout test

{% with form.helper as helper %} {% uni_form form helper %} {% endwith %} {% endblock %}