{% extends "template.html" %} {% block breadcrumbs %}{{block.super}}
  • Test
  • {% endblock %} {% block content %}

    Test Prefix Table

    {{form.as_table}}
    {% if result %} {% for p, s in result %} {% endfor %}
    {{p.name}}
    {% endif %} {% endblock %}