{% set current_theme = current_theme() %} {{ current_theme.headertags() }} {{ mde.css }} {{ _('Nuevo Mensaje') }} - {{ course.nombre }} {{ current_theme.local_style() }} {{ current_theme.navbar() }}
{{ current_theme.notify() }}
{{ form.csrf_token }} {{ form.course_id }}
{{ form.subject(class="form-control", id="subject", placeholder=_("¿En qué podemos ayudarte?")) }} {% if form.subject.errors %}
{% for error in form.subject.errors %}
{{ error }}
{% endfor %}
{% endif %}
{{ form.content }} {% if form.content.errors %}
{% for error in form.content.errors %}
{{ error }}
{% endfor %}
{% endif %}
{{ mde.preview }} {{ mde.js }}
{{ _('Cancelar') }}