{% load i18n %} {% csrf_token %} {% if training and training.is_editable %} {% endif %} {% if current_sub_section == "public_library" %} {% else %} {% endif %} {% if training and training.is_editable %} {% endif %} {% for activity in trainingactivity_list %} {% if training and training.is_editable %} {% endif %} {% if current_sub_section == "public_library" %} {% endif %} {% endfor %}
{% trans 'Type' %} {% trans 'Title' %} {% trans 'Author' %} {% trans 'Title' %}
{{ activity.sort_order_display|safe }} {% include "trainings/trainingactivity_actions.html" %} {{ activity.verbose_activity_name }} {{ activity.name }} {{ activity.library_status.owner.get_full_name }}