{# /** * @file * Template for the public service announcements email notification. * * Available variables: * - messages: The messages array * * @ingroup themeable */ #}

{% trans %} A security update will be made available soon for your Drupal site. To ensure the security of the site, you should prepare the site to immediately apply the update once it is released! {% endtrans %}

{% set status_report = path('system.status') %} {% trans %} See the site status report page for more information. {% endtrans %}

{{ 'Public service announcements:'|t }}

{{ 'To see all PSAs, visit @uri.'|t({'@uri': 'https://www.drupal.org/security/psa'}) }}

{% set settings_link = path('automatic_updates.settings') %} {% trans %} Your site is currently configured to send these emails when a security update will be made available soon. To change how you are notified, you may configure email notifications. {% endtrans %}