{{ _("Estudiante") }}: {{ thread.student.nombre }} {{ thread.student.apellido }}
{{ thread.timestamp.strftime('%d/%m/%Y %H:%M') }}Responder
{{ _("Información") }} del Hilo
{{ _("Curso") }}:
{{ thread.course.nombre }}
{{ _("Estado") }}:
{% if thread.status == "open" %}
{{ _("Abierto") }}
{% elif thread.status == "fixed" %}
Resuelto
{% elif thread.status == "closed" %}
{{ _("Cerrado") }}
{% endif %}
Creado:
{{ thread.timestamp.strftime('%d/%m/%Y %H:%M') }}
{{ _("Cerrado") }}:
{{ thread.closed_at.strftime('%d/%m/%Y %H:%M') }}
{{ _("Mensajes") }}:
{{ messages|length }}