{% extends 'base.html' %} {% load static %} {% block breadcrumbs %} {% endblock %} {% block content %}
{{ form.media }} {% block form %}

{{ view.kwargs.app }} form example

{% if form.is_valid %}Valid !{% endif %}
{% csrf_token %} {% if request.GET.r == 'table' or not request.GET.r %} {{ form.as_table }}
{% endif %} {% if request.GET.r == 'ul' %} {% endif %} {% if request.GET.r == 'p' %} {{ form.as_p }} {% endif %} {% if request.GET.r == 'material' %} {% load material_form %} {% include 'material/includes/material_css.html' %} {% include 'material/includes/material_js.html' %} {% form form=form %}{% endform %} {% endif %} {{ form.facond_html }}
{% endblock %}
{% block also %}

Try out the various renderings

Also check

{% endblock %}
{% endblock %}