{% extends "base.html" %} {% block title %}Historial{% endblock %} {% block header %}Historial de Envíos{% endblock %} {% block content %} {% if stats %}
| # | Tipo | Factura | IDRECEP. | Contrato | Estado | Mensaje TNS | Fecha | Usuario | |
|---|---|---|---|---|---|---|---|---|---|
| {{ e.id }} | {{ e.tipo }} | {{ e.factura or '-' }} | {{ e.idrecepcion or '-' }} | {{ e.contrato or '-' }} | {{ '✓ OK' if e.status == 'success' else '✗ Error' }} | {% if e.mensaje_tns %} {{ e.mensaje_tns[:55] }}{% if e.mensaje_tns|length > 55 %}…{% endif %} {% else %}—{% endif %} | {{ e.created_at[:16] if e.created_at else '-' }} | {{ e.username or '-' }} |
Sin registros con los filtros seleccionados
Quitar filtros