{% extends 'base.html' %} {% load static i18n %} {% block title %}{% trans "Login" %} - {{ site_settings.business_name }}{% endblock %} {% block content %}
{% trans "Please login to access your dashboard" %}
{% trans "Need help? Contact your administrator." %}