{% extends "partial/layout.html.twig" %} {% block title %}{{ t("login_page_name", "Login") }}{% endblock %} {% block description %}{{ t("login_meta_description", "Login to your account") }}{% endblock %} {% block keywords %}{{ t("login_meta_keywords", "login, register, image, picture, pic, img, hosting, sharing, upload, storage, site, website") }}{% endblock %} {% block body %} {{ t("login_page_name", "Login") }} {% if msg_page_errors is defined %} {% if msg_page_errors is defined %}{{ msg_page_errors|join('. ') }}{% endif %} {% elseif msg_page_successes is defined %} {% if msg_page_successes is defined %}{{ msg_page_successes|join('. ') }}{% endif %} {% endif %} {{ t("login_intro_text", "Please enter your username and password below to login.") }} {{ t("login", "login")|title }} {{ t("create_account", "Create account")|title }} | {{ t("forgot_password", "forgot password")|title }} {% endblock %}
{{ t("login_intro_text", "Please enter your username and password below to login.") }}