{% load i18n %}
{% if not add %} {% trans "Add Plugin" %}{% endif %}
{% if add %}

{% blocktrans %}You must save the page first to add plugins.{% endblocktrans %}

{% else %} {% if plugin_list %}

{% blocktrans %}No Plugin selected. Selected one on the left side{% endblocktrans %}

{% else %}

{% blocktrans %}No Plugins present. Add a plugin to this placeholder-slot.{% endblocktrans %}

{% endif %} {% endif %}