| {% extends '@CoreUpdater/layout.twig' %} | |
| {% block content %} | |
| <div class="header"> | |
| <h1>{{ 'CoreUpdater_UpdateErrorTitle'|translate }}</h1> | |
| </div> | |
| <div class="content"> | |
| {% for message in feedbackMessages %} | |
| <p>✓ {{ message }}</p> | |
| {% endfor %} | |
| <div class="alert alert-danger"> | |
| <strong>{{ 'CoreUpdater_UpdateErrorTitle'|translate }}:</strong> | |
| {{ error }} | |
| </div> | |
| <p> | |
| {{ 'CoreUpdater_UpdateHasBeenCancelledExplanation'|translate("<br /><br />",externallink("https://matomo.org/docs/update/"),"</a>")|raw }} | |
| </p> | |
| </div> | |
| <div class="footer"> | |
| <a href="index.php">{{ 'General_ContinueToPiwik'|translate }}</a> | |
| </div> | |
| {% endblock %} | |