{% load i18n %} {% if not add %}
{% include "admin/phlog/widgets/installed_plugins_inc.html" %}
{% endif %}
{% if 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 %}