{% load i18n %} {% if not add %}
{% blocktrans %}You must save the page first to add plugins.{% endblocktrans %}
{% else %} {% if plugin_list %}{% blocktrans %}No Plugin selected. Select one above{% endblocktrans %}
{% else %}{% blocktrans %}No Plugins present. Add a plugin to this plugin.{% endblocktrans %}
{% endif %} {% endif %}