{% extends "trainings/trainingactivity_base_detail.html" %} {% load i18n template_tools %} {% block head %} {{ block.super }} {% include "cms/includes/lightbox-head.html" %} {% endblock %} {% block activity_details %} {% if presentation.is_accessible_by_trainees %}

{% trans 'Free presentation' %} {% trans 'The trainees can access by themselves' %}

{% else %}

{% trans 'Restricted presentation' %} {% trans 'The trainees cannot access by themselves' %}

{% endif %}
{% if presentation.pdf.images_url_list %}
{% for image in presentation.pdf.images_url_list %} {% if not forloop.first %}
{% endif %} {% endfor %}
{% else %}

{% trans 'Extracting images...' %}

{% endif %}

{% trans 'Main content' %}

{% trans 'Download the main content' %}
{% if presentation.restricted_pdf %}
{% if presentation.restricted_pdf.images_url_list %}
{% for image in presentation.pdf.images_url_list %} {% if not forloop.first %}
{% endif %} {% endfor %}
{% else %}

{% trans 'Extracting images...' %}

{% endif %}

{% trans 'Content with notes' %}

{% trans 'Download the content with notes' %}
{% endif %} {% endblock %}