{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% if category == 'success' %}
{{ message }}
{% elif category == 'error' %}
{{ message }}
{% endif %} {% endfor %} {% endif %} {% endwith %}
{{ conflicto.estado }} {{ conflicto.empresa_nombre }}

{{ conflicto.titulo }}

{% for b in bitacora %}
{% if b.autor_foto %} {% else %}
{{ b.autor[0:1] }}
{% endif %}
@{{ b.autor }} {{ b.timestamp.strftime('%d/%m %H:%M') }}

{{ b.descripcion }}

{% else %}

Sin anotaciones registradas.

{% endfor %}

Información

Imprimir {% if user_rol >= 3 %} {% endif %}

Ámbito: {{ conflicto.ambito }}

RUT Entidad: {{ conflicto.empresa_rut or 'N/D' }}

Responsable: @{{ conflicto.responsable_nombre }}

{% if user_rol >= 3 %}
{% endif %}

Anexos

{% for d in documentos %}

{{ d.descripcion_corta }}

{{ d.tipo_documento }} | @{{ d.subido_por }}

{% else %}

Sin anexos registrados.

{% endfor %}

Compañeros Asignados

{% if user_rol >= 3 %} {% endif %}
{% for p in participantes %} @{{ p.alias }} {% if p.grupos %} ({{ p.grupos }}) {% endif %} {% endfor %}