{% extends 'base.html' %} {% block content %}
| Fecha | Tipo | Archivo | Estado | Destino | Acciones |
|---|---|---|---|---|---|
| {{ item.created_at.strftime('%d/%m/%Y %H:%M') }} | {{ item.scope }} | {{ item.filename }} {{ item.size_bytes }} bytes · {{ item.sha256[:12] if item.sha256 else '' }} | {{ item.status }} {{ item.notes or '—' }} | {{ item.target_path or 'Local' }} | Descargar |
| Todavía no hay copias. | |||||