{% extends 'admin/base.html' %} {% block title %}{{ plugin.name }}{% endblock %} {% block content %}
{{ t('plugins.locked_page_msg') }}

{{ t('plugins.status_needs_license') }}

{% if is_owner %}
{% if has_stored_key %}
{% endif %}
🧩 {{ t('plugins.installed') }}
{% endif %}
{% endblock %}