matomo / plugins /Installation /templates /setupSuperUser.twig
Leon4gr45's picture
Upload source files chunk 17
58ce155 verified
Raw
History Blame Contribute Delete
442 Bytes
{% extends '@Installation/layout.twig' %}
{% block content %}
<h2>{{ 'Installation_SuperUser'|translate }}</h2>
{% if errorMessage is defined %}
<div class="alert alert-danger">
{{ 'Installation_SuperUserSetupError'|translate }}:
<br/>- {{ errorMessage|raw }}
</div>
{% endif %}
{% if form_data is defined %}
{% include "genericForm.twig" %}
{% endif %}
{% endblock %}