{% extends 'base.html' %} {% block title %}ISM — Procedimientos{% endblock %} {% block page_title %}ISM — Procedimientos de Trabajo Seguro{% endblock %} {% block topbar_actions %} + Nuevo SWP 📋 MSDS {% endblock %} {% block content %}
{% if is_superadmin and companies %} {% endif %}
{% if is_superadmin %}{% endif %} {% for s in swps %} {% if is_superadmin %} {% endif %} {% else %} {% endfor %}
CompañíaCódigoTítuloCategoría VersiónEstado versiónVigente desdeAprobado por
{{ s.company_name or '—' }}{{ s.code }} {{ s.title }} {% set cat_map = {'electrical':'⚡ Eléctrico','mechanical':'⚙️ Mecánico', 'chemical':'🧪 Químicos','confined':'🔒 Esp. Confinado', 'height':'⚓ Altura','welding':'🔥 Soldadura', 'hull':'🚢 Casco','other':'📋 Otro'} %} {{ cat_map.get(s.category, s.category) }} {% if s.version %} {{ s.version }} {% else %}—{% endif %} {% if s.ver_status == 'active' %} ✅ Aprobada {% elif s.ver_status == 'draft' %} 📝 Borrador {% elif s.ver_status == 'superseded' %} Sup. {% else %}—{% endif %} {{ s.effective_date or '—' }} {{ s.approved_by or '—' }} Ver {% if s.ver_status == 'draft' and s.ver_id %} ✏️ {% endif %} {% if s.ver_status == 'active' %} 📄 ES 📄 EN {% endif %}
Sin procedimientos. Crear el primero
{% endblock %} {% block scripts %} {% endblock %}