{% block head %} {% include '@Tabler/includes/html_head.html.twig' %} {% endblock %}
{% block title %}Log in{% endblock %}
{% block stylesheets %} {% if tabler_bundle.isRightToLeft() %}
{% else %}
{% endif %} {% endblock %} {% block after_body_start %}{% endblock %} {% block page_before %}{% endblock %}
{% block container_before %}{% endblock %}
{% block logo_login %}Tabler{% endblock %}
{% block login_box %}
{% block login_box_msg %}{% endblock %}
{% block login_box_error %} {% if error|default(false) %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %} {% endblock %} {% block login_form %}
{% block login_form_start %}{% endblock %}
{{ 'Username'|trans({}, 'TablerBundle') }}
{{ 'Password'|trans({}, 'TablerBundle') }} {% block password_forgotten %} {% if 'tabler_password_reset'|tabler_route != 'tabler_password_reset' %}
{{ 'I forgot my password'|trans({}, 'TablerBundle') }}
{% endif %} {% endblock %}
{% block password_show %}
{# Download SVG icon from http://tabler.io/icons/icon/eye #}
{# Download SVG icon from http://tabler.io/icons/icon/eye-off #}
{% endblock %}
{% block remember_me %}
{{ 'Remember Me'|trans({}, 'TablerBundle') }}
{% endblock %} {% block csrf_token %}
{% endblock %} {% block login_form_end %}{% endblock %}
{% endblock %}
{% endblock %} {% block login_social_auth %}
{{ 'or'|trans({}, 'TablerBundle') }}
Github
Twitter
{% endblock %}
{% block login_actions %} {% block registration %} {% if 'tabler_registration'|tabler_route != 'tabler_registration' %}
{{ 'Register a new account'|trans({}, 'TablerBundle') }}
{% endif %} {% endblock %} {% endblock %}
{% block container_after %}{% endblock %}
{% block javascripts %} {% endblock %}