{% extends "base_generic.html" %} {% load static %} {% block title %}{{ title }}{% endblock %} {% block heading %}{{ heading }}{% endblock %} {% block content %}
{% csrf_token %}
Search
{% with field=list_choices %}
List
{% include field.render.edit %}
{% endwith %}
{% if url_type_id %} {% endif %} Scope all {% if scope == "all" %} {% else %} {% endif %}
{% include List_rows.render.view with field=List_rows %}
{% endblock %}