{% set defaultLicenseKeyFields %}
{% endset %}
{% if isValidConsumer %} {% if isSuperUser %} {{ 'Marketplace_PaidPluginsWithLicenseKeyIntro'|translate('')|raw }}
{{ defaultLicenseKeyFields|raw }}
{{ 'Marketplace_ViewSubscriptions'|translate }} {% if isAutoUpdatePossible and isPluginsAdminEnabled and paidPluginsToInstallAtOnce|length %} {{ 'Marketplace_InstallPurchasedPlugins'|translate }} {% include '@Marketplace/paid-plugins-install-list.twig' %} {% endif %}
{% endif %} {% else %} {% if isSuperUser %} {{ 'Marketplace_PaidPluginsNoLicenseKeyIntro'|translate("", "")|raw }}
{{ defaultLicenseKeyFields|raw }}
{% else %} {{ 'Marketplace_PaidPluginsNoLicenseKeyIntroNoSuperUserAccess'|translate("", "")|raw }} {% endif %} {% endif %}

{{ 'Marketplace_ConfirmRemoveLicense'|translate }}