{% extends "template.html" %} {% block title%}{{title}}{% endblock %} {% block breadcrumbs %}{{block.super}}
  • {{title}}
  • {% endblock %} {% block content %}
    {% if description %}
    {{description}}
    {% endif %} {{form.as_table}}
    {% if result %} {% for k,v in result %} {% endfor %}
    {{k}}{{v}}
    {% endif %} {% endblock %}