Mensaje Reportado #{{ message.id[:8] }}
ReportadoInformación del Mensaje
De: {{ message.sender.nombre }} {{ message.sender.apellido }} ({{ message.sender.tipo }})
Fecha: {{ message.timestamp.strftime('%d/%m/%Y %H:%M') }}
Curso: {% set thread = message.thread %} {{ thread.course.nombre }}
Estudiante: {{ thread.student.nombre }} {{ thread.student.apellido }}
Contenido del Mensaje
Motivo del Reporte
Acciones
Estadísticas del Hilo
Estado: {% if thread.status == "open" %}
Abierto
{% elif thread.status == "fixed" %}
Resuelto
{% else %}
Cerrado
{% endif %}
Mensajes: {{ thread.messages.count() }}
Creado: {{ thread.timestamp.strftime('%d/%m/%Y') }}
¡Excelente!
No hay mensajes reportados en este momento.