{% set current_theme = current_theme() %} {% set config = config() %} {{ current_theme.headertags() }} {{ _('Responder Mensaje') }} - {{ curso.nombre | title }} {{ current_theme.local_style() }} {{ current_theme.navbar() }}
{{ current_theme.notify() }}
{{ _('Mensaje original') }}
{{ mensaje.usuario.nombre }} {{ mensaje.usuario.apellido }}
{{ mensaje.fecha_creacion.strftime('%d/%m/%Y') }} {{ _('a las') }} {{ mensaje.fecha_creacion.strftime('%H:%M') }}
{{ mensaje.contenido_html | safe }}
{{ _('Tu respuesta') }}
{{ form.hidden_tag() }}
{{ form.contenido.label(class="form-label") }} {{ form.contenido(class="form-control", rows="6") }} {% if form.contenido.errors %}
{% for error in form.contenido.errors %} {{ error }}
{% endfor %}
{% endif %} {{ _('Puedes usar') }} Markdown {{ _('para dar formato a tu respuesta.') }}
{{ _('Cancelar') }}