{% extends 'zbx_dashboard/base.html' %} {% load i18n %} {% block content %} {% if form.errors %}

{% trans "You have entered the wrong username or password." %}

{% endif %}
{% csrf_token %}
{% endblock %}