{% extends "admin/orchestra/generic_confirmation.html" %} {% load i18n l10n staticfiles admin_urls admin_tools_dashboard_tags %} {% block extrastyle %} {{ block.super }} {% block dashboard_css %}{% admin_tools_render_dashboard_css %}{% endblock %} {% endblock %} {% block content %}

Select a {{ field_name }} for the new {{ opts.object_name }} instance

{% csrf_token %}
{% if plugin.icon %}

{{ plugin_title }}

{% else %} {% endif %}
{% endblock %}