{% load i18n static tz meta compress sekizai_tags %} {% get_current_language as LANGUAGE_CODE %}
{{ config.SITE_NAME }} | {% block title %}{% endblock %}
{% include "meta/meta.html" %} {% include "metronic/brand/favicon.html" %} {% include "metronic/assets/mandatory_css.html" %} {% render_block "page_css" %}
{% block login_aside %}{# d-flex flex-column flex-lg-row-auto w-xl-600px bgi-no-repeat bgi-position-x-center bgi-size-contain position-xl-relative min-h-100px min-h-lg-350px #}
{# #349fa4 #1e8696 #}
{% include "metronic/brand/auth_logo.html" %}
{% comment %}
{% endcomment %}
{{ request.current_year }} © {{ config.COPYRIGHT_TEXT }}
{% trans "Powered By" %}
Locomotion Technologies Corp.
{% include "metronic/account/footer.html" %}
{% endblock %}
{% block container %}
{% block global_messages %} {% include "metronic/notices/messages.html" %} {% endblock %} {% block form_errors %} {% include "metronic/notices/form_errors.html" %} {% endblock %}
{% block content %}{% endblock %}
{% endblock %}
{% include "metronic/assets/mandatory_js.html" %} {% render_block "page_js" %}