{% extends "nobinobi_child/base.html" %} {% load i18n %} {% block content_title_block %}

{% trans "Information of the day" %} - ID: {{ object.id }}

{% endblock %} {% block breadcrumb %} {{ block.super }} {% endblock %} {% block content-block %}

{{ object.title }}

{{ object.content }}

{% for classroom in object.classrooms.all %} {{ classroom.name }} {% endfor %}

{% endblock %}