{% extends '@ZikulaCoreInstaller/theme.html.twig' %}

{% block title 'Zikula is already installed!'|trans %}

{% block body %}
<div class="container">
    <div id="cell">
        <div id="content">
            <div id="maincontent">
                <h1>{% trans %}Zikula Application Framework{% endtrans %}</h1>
                <h2>{% trans %}Zikula Core is already installed!{% endtrans %}</h2>
                <p>{% trans %}Zikula Core is already installed so the installer has been disabled. If you need to run the installer
                    a second time, you must reset config.php to its original state and clear the database tables before
                    running the installer again.{% endtrans %} <a href="{{ path('home') }}">{% trans %}Click here to visit your homepage{% endtrans %}</a>.
                    {% set doc_url = '<a href="https://ziku.la/">' ~ 'online documentation'|trans ~ '</a>'|raw %}
                    {% trans with {'%doc_url%': doc_url} %}Further information can be found in the %doc_url%.{% endtrans %}
                </p>
            </div>
        </div>
    </div>
</div>
{% endblock %}
