{% extends "stem_registration/base.html" %} {% load i18n %} {% load bootstrap4 %} {% load static %} {% block title %} {% if user.is_authenticated %} Dropshipping {% else %} {% trans "Log in" %} {% endif %} {% endblock %} {% block description %} {% endblock %} {% block breadcrumps %} {% endblock %} {% block sidebar %} {% endblock %} {% block content %}
{% if user.is_authenticated %}

{% trans "Hello" %} {{ user.username|title }}

{% else %}
{% trans "Forgot your password?" %} {% trans "Sign up?" %}
{% endif %} {% endblock %}