{% extends 'base.html' %} {% load static %} {% load crispy_forms_tags %} {% block title %}Ibertec IT | Dispositivos{% endblock %} {% block content %} {% csrf_token %} {% if user.is_authenticated %}
No estas autenticado, por favor, inicia sesion.
Iniciar Sesion {% endif %} {% endblock %}