{% extends "base.html" %} {% load static %} {% block content %}
{% if user.is_superuser %} {% endif %}

PREVENTIVO

REGISTROS

{% for dato in datos %} {% endfor %}
__ ID EQUIPO FECHA INICIO FECHA FIN USUARIO NOTAS FECHA DE ALTA ESTATUS ACCIONES
{{ dato.id }} {{ dato.n_control }} {{ dato.fecha_start }} {{ dato.fecha_end }} {{ dato.usuario_id }} {{ dato.notas }} {{ dato.fecha_add }} {{ dato.estatus }} {% if user.is_superuser %} Actualizar {% endif %}
{% endblock content %}