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

Snapshots

{% 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 %} {% macro render_changes(model, column) %} {{ ''|safe + model.changes.split('/')[0] + ''|safe + '/' + ''|safe + model.changes.split('/')[1] + ''|safe}} {% endmacro %}