{% extends "base_generic.html" %} {% load staticfiles %} {% block title %}{{ title }}{% endblock %} {% block heading %}{{ title }}{% endblock %} {% block content %}
{% if list_label %}

{{list_label}}

{% elif list_id %}

List '{{list_id}}' of entities in collection '{{coll_id}}'

{% else %}

List of entities in collection '{{coll_id}}'

{% endif %}
{% csrf_token %}
Search
{% with field=list_choices %} {% include field.field_render_edit %} {% endwith %}
{% include List_rows.field_render_view with field=List_rows %}
{% endblock %}