{% extends 'base.html' %} {% block title %}{{ swp.code }} — {{ swp.title }}{% endblock %} {% block page_title %}{{ swp.code }} — {{ swp.title }}{% endblock %} {% block topbar_actions %} 📄 PDF ES 📄 PDF EN {% if current and current.status == 'draft' %} ✏️ Editar Borrador {% else %} ✏️ Editar 📝 Nueva Versión {% endif %} ← Volver {% endblock %} {% block content %} {% if current and current.status == 'draft' %}
| Código | {{ swp.code }} |
| Versión activa | {{ current.version }} |
| Categoría | {{ categories.get(swp.category, swp.category) }} |
| Vigente desde | {{ current.effective_date or '—' }} |
| Aprobado por | {{ current.approved_by or '—' }} |
| Creado por | {{ current.created_by or '—' }} |
{{ current.purpose }}
{% endif %} {% if current.scope %}{{ current.scope }}
{% endif %}—
{% endfor %}—
{% endfor %}Sin pasos definidos.
{% endfor %}{{ current.emergency }}
| Versión | Estado | Motivo | Diferencias | Creado por | Aprobado por | Vigente desde | |
|---|---|---|---|---|---|---|---|
| {{ v.version }} | {% if v.status == 'active' %}Activa {% elif v.status == 'draft' %}Borrador {% elif v.status == 'superseded' %}Supersedida {% else %}Archivada{% endif %} | {{ v.change_reason or '—' }} | {{ v.diff_summary or '—' }} | {{ v.created_by or '—' }} | {{ v.approved_by or '—' }} | {{ v.effective_date or '—' }} | {% if v.status == 'draft' %} {% endif %} |