{% extends 'registration/base.html' %} {% block title %}Admin - Approva Utente{% endblock %} {% block nav %} Home Admin Approva Documento {% endblock %} {% block content %} {% if not empty %}
    {% for i in messages %}
  • {{ i }}
  • {% endfor %}
{% endif %}
{% csrf_token %}

Inserire un codice per riga

{% endblock %}