{% extends "admin/base_site.html" %} {% load i18n admin_urls import_export_tags %} {% block title %}{{ title }} | {{ site_title|default:_('Django site admin') }}{% endblock %} {% block extrastyle %}{{ block.super }} {% endblock %} {% block extrahead %}{{ block.super }} {{ form.media }} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %}Export will include only the filtered data from your current view.
To export all data, clear filters first from the main Parts list.