{% set current_theme = current_theme() %} {% set config = config() %} {{ current_theme.headertags() }} {{ _('Nuevo Mensaje') }} - {{ curso.nombre | title }} {{ current_theme.local_style() }} {{ current_theme.navbar() }}
{{ current_theme.notify() }}

{{ _('Crear Nuevo Mensaje') }}

{{ _('Curso') }}: {{ curso.nombre }}

{{ form.hidden_tag() }}
{{ form.contenido.label(class="form-label") }} {{ form.contenido(class="form-control", rows="8") }} {% if form.contenido.errors %}
{% for error in form.contenido.errors %} {{ error }}
{% endfor %}
{% endif %} {{ _('Puedes usar') }} Markdown {{ _('para dar formato a tu mensaje.') }}
{{ _('Cancelar') }}