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

Sign IN

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

{% if form.non_field_errors %} {% for error in form.non_field_errors %} {{ error }} {% endfor %} {% endif %} {% csrf_token %} {% for field in form %}
{{ field }}
{% endfor %}

Forgot password

Don't have an account? Register

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