{% extends "trainings/library_base.html" %} {% load i18n staticfiles template_tools thumbnail %} {% block head %} {{ block.super }} {% include "cms/includes/orderable-head.html" %} {% include "cms/includes/lightbox-head.html" %} {% endblock %} {% block column_main %}
{{ training.description }}
{% if training.job_profile %}{% trans 'Job profile' %} {{ training.job_profile.name }}
{% endif %} {% if training.business_unit %}{% trans 'Group' %} {{ training.business_unit.name }}
{% endif %}