<!DOCTYPE html>
<html xml:lang="{{ app.request.locale }}" dir="auto">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset={{ app.request.encodings.0 }}" />
    <title>{% trans %}The site is currently off-line.{% endtrans %}</title>
    <base href="{{ app.request.baseUrl }}" />
    <link rel="stylesheet" href="{{ asset('bootstrap/css/bootstrap.min.css') }}">
    <link rel="stylesheet" href="{{ asset('font-awesome/css/all.min.css') }}">
</head>
<body>
    <div class="container">
        <div class="jumbotron text-center" style="margin-top: 3em;">
            <h1>{% trans %}The site is currently off-line.{% endtrans %}</h1>
            <h2>{{ getSystemVar('siteoffreason') }}</h2>
            {{ showflashes() }}
            <p>
                <a class="btn btn-xl btn-primary" href="{{ path('zikulausersmodule_access_login') }}"><i class="fas fa-key"></i> {% trans %}Administrator log-in{% endtrans %}</a>
            </p>
            <p>
                <a href="https://ziku.la"><img src="{{ asset('bundles/core/images/zk-power.png') }}" alt="{% trans %}Proudly powered by Zikula{% endtrans %}" title="{% trans %}Proudly powered by Zikula{% endtrans %}" width="96" height="30" /></a>
            </p>
        </div>
    </div>
</body>
</html>
