PGPIncidents
{{ current_user.nick }}
{% if current_user.tipo == 0 %}
{% elif current_user.tipo == 1 %}
{% elif current_user.tipo == 2 %}
{% endif %}
Elemento del inventario afectado:
{% for c in range(elementosInventario|length) %}
{{ elementosInventario[c].nombre }}
{% endfor %}
Fecha de ocurrencia:
Categoría de la incidencia:
{% for c in range(categorias|length) %}
{{ categorias[c].categoria }}
{% endfor %}
Enviar