{% extends 'admin/base.html' %} {% block title %}{{ t('plugins.title') }}{% endblock %} {% block content %}
{{ t('plugins.subtitle') }}
🔑 {{ t('plugins.core_license_note') }}
⏳ {{ t('plugins.restart_in_progress') }}
🔄 {{ t('plugins.restart_required') }}
{{ t('plugins.upload_help') }}
⚠️ {{ t('plugins.third_party_warning') }}
{{ t('plugins.available_help') }}
{% if not catalog %}{{ t('plugins.catalog_empty') }}
{% endif %}{{ t('plugins.no_plugins') }}
{% endif %} {% for p in plugins %} {% set m = p.manifest %}{{ _desc }}
{% elif m.description %}{{ m.description }}
{% endif %} {% if p.load_error %}⚠️ {{ p.load_error }}
{% endif %} {# Available update from the update server #} {% if p.update_info %}{{ t('plugins.changelog') }}: {{ p.update_info.changelog }}
{% endif %}