{% extends 'dashboard/base-fullscreen.html' %} {% load i18n static dashboard %} {% block content %} {% include 'dashboard/navigations/top/index-fullscreen.html' %}

Sign IN

{% if msg %} {{ msg | safe }} {% else %} Add your credentials {% endif %}

{% csrf_token %}
{% include 'dashboard/includes/footer-fullscreen.html' %} {% endblock content %} {% block extrascript %} {% endblock %}