{% extends "trainings/training_details.html" %} {% load i18n %} {% block head %} {{ block.super }} {% include "cms/includes/orderable-head.html" %} {% endblock %} {% block section_heading %}
| {% trans 'Activity type' %} | {% trans 'Title' %} | ||
|---|---|---|---|
| {{ activity.sort_order_display|safe }} | {{ activity.verbose_activity_name }} | {{ activity.name }} | {% if training.options.activate_qrcode_launcher %} {% if activity.get_qrcode_url %} {% endif %} {% endif %} {% if activity.get_export_url %} {% endif %} {% if activity.activity_type in ideas_model_types and training.is_editable %} {% trans 'Details' %} {% else %} {% trans 'Details' %} {% endif %} {% if training.is_editable %} {% comment %} {% trans 'Copy' %} {% endcomment %} {% endif %} |