{% extends "nobinobi_child/base.html" %} {% load i18n crispy_forms_tags %} {% block content_title %} {{ title }} {% endblock %} {% block content_card_title %}{% trans "Choice a Classroom" %}{% endblock %} {% block content_card_body %} {% include "includes/messages.html" %} {% crispy form form.helper %} {% endblock %} {% block content_card_footer %} {% endblock %}