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