{% extends "_layouts/message" %} {% set filename = craft.app.projectConfig.filename %} {% set title = 'Unable to apply {file} changes'|t('app', { file: filename, }) %} {% block message %}

{{ 'Your `{file}` file was created for different versions of Craft and/or plugins than what’s currently installed.'|t('app', { file: filename, })|md(inlineOnly=true) }}

{% if issues is defined and issues|length > 0 %} {% endif %}

{{ 'Try running `composer install` from your terminal to resolve.'|t('app')|md(inlineOnly=true) }}

{% endblock %}