{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block content %}
{% if user.is_superuser %} Ingresar Reporte Bitacora Excel {% endif %}

BITACORA

BITACORA

{% for dato in datos %} {% endfor %}
+ NO. DE REPORTE FECHA AREA REPORTE QUIEN REPORTA ASIGNADO A RECIBIDO POR HORA ACCIONES REALIZADAS ORD. SERVICIO BIT. PENDIENTES ACCIONES
{{ dato.n_reporte }}-{{ dato.n_year }} {{ dato.fecha }} {{ dato.area }} {{ dato.reporte }} {{ dato.quien_reporta }} {{ dato.asignado }} {{ dato.recibido_por }} {{ dato.hora }}
Agregar accesorios
{% for accees in accesorio %} {% if dato.control_bit == accees.control_bit %} {{ accees.n_parte }} -/- {{ accees.cantidad }} -/- {{ accees.control_bit }}
{% endif %} {% endfor %}
Reparado Pendientes {% if user.is_superuser %} Actualizar {% endif %}
{% endblock content %} {% block javascript %} {% endblock javascript %}