{% if (plugin.premium and not admin.license(plugin.slug)) %}
{% set permalink = plugin.premium.permalink|default(null) %}
{% if permalink %}
{% set checkout_url = 'https://licensing.getgrav.org/buy/' ~ permalink %}
{% set success_url = 'https://licensing.getgrav.org/portal?checkout=success&checkout_id={CHECKOUT_ID}' %}
{% set final_checkout_url = checkout_url ~ '?success_url=' ~ success_url|url_encode %}
{{ plugin.premium.button|default('Purchase') }}
{% endif %}
{% else %}
{{ "PLUGIN_ADMIN.INSTALL_PLUGIN"|t }}
{% endif %}
{% endif %}
{% include 'partials/modal-changes-detected.html.twig' %}
{% include 'partials/modal-add-package.html.twig' with { type: 'plugin' } %}
{% include 'partials/modal-update-packages.html.twig' with { type: 'plugin' } %}
{% include 'partials/modal-remove-package.html.twig' with { type: 'plugin', package: plugin } %}
{% include 'partials/modal-reinstall-package.html.twig' with { type: 'plugin', package: plugin } %}
{% include 'partials/modal-changelog.html.twig' with { package: plugin} %}