{% extends 'admin/model/list.html' %} {% import 'admin/model/layout.html' as model_layout with context %} {% block brand %}

{{ admin_view.name|capitalize }} list

{% if admin_view.can_create %}
{{ _gettext('Create') }}
{% endif %} {% if filter_groups %}
{{ model_layout.filter_options(btn_class='btn dropdown-toggle btn-title') }}
{% endif %} {% if actions %}
{{ actionlib.dropdown(actions, btn_class='btn dropdown-toggle btn-title') }}
{% endif %} {% if search_supported %}
{{ model_layout.search_form(input_class='span2 btn-title') }}
{% endif %}

{% endblock %} {% block model_menu_bar %} {% endblock %}