{% extends '_layouts/base' %} {% import '_includes/forms.twig' as forms %} {% set bodyClass = 'licensing-issues' %} {% set title = 'License purchase required.'|t('app') %} {% do view.registerTranslations('app', [ 'Continue to the control panel', 'Continue to the control panel in {num, number} {num, plural, =1{second} other{seconds}}', ]) %} {% block body %}
{{ 'The following licensing {total, plural, =1{issue} other{issues}} can be resolved with a single purchase on Craft Console:'|t('app', { total: issues|length, }) }}