{% load i18n material_form_internal material_form data_helpers %} {% include "alsijil/partials/lesson/heading.html" %} {% include "alsijil/partials/lesson/prev_next.html" with with_save=0 %}
{% if not blocked_because_holidays %} {% if can_edit_lesson_documentation or can_edit_register_object_personalnote %} {% include "core/partials/save_button.html" %} {% endif %} {% endif %}
{% blocktrans %}Lesson documentation{% endblocktrans %} {% if can_edit_lesson_documentation %} {% form form=lesson_documentation_form %}{% endform %} {% if instructions %}
{% trans "Instructions" %}
{% for instruction in instructions %}
{{ instruction.icon|default:"rule" }} {{ instruction.name }}
{% trans "Instruction done" %}  
{% endfor %}
{% endif %} {% elif can_view_lesson_documentation %}
{% trans "Lesson topic" %} {{ lesson_documentation.topic }}
{% trans "Homework" %} {{ lesson_documentation.homework }}
{% trans "Group note" %} {{ lesson_documentation.group_note }}
{% if lesson_documentation.done_instructions.all %}
{% trans "Done instructions" %}
{% for instruction in lesson_documentation.done_instructions.all %}
{{ instruction.icon|default:"rule" }} {{ instruction.name }}
check {% trans "Instruction done in this lesson" %}
{% endfor %}
{% endif %} {% endif %}
{% if not blocked_because_holidays %} {% if can_edit_lesson_documentation or can_edit_register_object_personalnote %} {% include "core/partials/save_button.html" %} {% endif %} {% endif %}
{% if not blocked_because_holidays %} {% if can_edit_lesson_documentation or can_edit_register_object_personalnote %} {% include "core/partials/save_button.html" %} {% endif %} {% endif %}