{% extends "base.html" %} {% block title %}{{ report.name }}{% endblock %} {% block content %}
| {{ _('Fecha') }} | {{ _('Usuario') }} | {{ _('Estado') }} | {{ _('Registros') }} | {{ _('Tiempo') }} |
|---|---|---|---|---|
| {{ exec.timestamp.strftime('%Y-%m-%d %H:%M') if exec.timestamp else exec.creado.strftime('%Y-%m-%d') }} | {{ exec.executed_by }} | {{ exec.status }} | {{ exec.row_count or '-' }} | {{ exec.execution_time_ms or '-' }} ms |
{{ _('No hay ejecuciones registradas.') }}
{% endif %}{{ _('Sin parámetros') }}
{% endif %}