{% extends "botapp/base.html" %} {% load static %} {% block title %}Login | RPA Monitoramento{% endblock %} {% block extrastyle %} {% endblock %} {% block content %}

Acesso ao Sistema

{% if form.errors %}
{% for error in form.non_field_errors %}
  • {{ error }}
  • {% endfor %}
    {% endif %}
    {% csrf_token %}
    {% comment %} Opcional: Mostrar apenas se a URL de reset estiver configurada {% endcomment %} {% url 'password_reset' as reset_url %} {% if reset_url %} {% endif %}
    {% endblock %}