{% extends "admin/layout.html" %} {% block title %}{{ _("Remove Plugin") }}{% endblock %} {% block contents %}
{% trans plugin_name=plugin.html_display_name %} Do you really want to remove the plugin “{{ plugin_name }}” permanently from the instance folder? If you do so you have to reinstall the plugin if you want to use it again. {% endtrans %}