{% 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 %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