{# Hide filters and search for themes because we don't have many of them #} {% if not showThemes %}
{% endif %} {% for plugin in plugins %}

{{ plugin.description }} › {{ 'General_MoreLowerCase'|translate }}

{% if showThemes %} {# Screenshot for themes #} {% endif %}
{% if isSuperUser %} {% endif %}
{% endfor %} {% if plugins|length == 0 %} {% if showThemes %} {{ 'CorePluginsAdmin_NoThemesFound'|translate }} {% else %} {{ 'CorePluginsAdmin_NoPluginsFound'|translate }} {% endif %} {% endif %}