{% extends "djangocms_frontend/admin/base.html" %} {% load i18n %} {% block custom_class %}djangocms-frontend-deprecated{% endblock %} {% block content %} {% blocktranslate %}
This plugin has been deprecated. It will be removed in a future version of djangocms-frontend. It is a no-op.
To avoid an error message in the future, move all child plugins - if any - one level up and delete this plugin.
{% endblocktranslate %} {% endblock %}