{% extends '@AdminLTE/layout/login-layout.html.twig' %}
{% block login_social_auth %}{% endblock %}
{% block login_actions %}{% endblock %}
{% block logo_login %}Kimai TimeTracking{% endblock %}
{% block stylesheets %}
{# we do not call parent() as we use a custom built for the frontend assets and don't want the default #}
{% endblock %}
{% block login_form_end %}
{% endblock %}