{{ introduction_section }} {% for lp_data in data %} {% if lp_data.lp_list %}
{% if is_allowed_to_edit %} {% else %} {% if not is_invitee %} {% endif %} {% endif %} {% for row in lp_data.lp_list %} {% if is_allowed_to_edit %} {% else %} {% if not is_invitee %} {% endif %} {% endif %} {% endfor %}
{{ "Title"|get_lang }}{{ "PublicationDate"|get_lang }} {{ "ExpirationDate"|get_lang }} {{ "Progress"|get_lang }} {{ "AuthoringOptions"|get_lang }}{{ "Progress"|get_lang }}{{ "Actions"|get_lang }}
{{ row.learnpath_icon }} {{ row.title }} {{ row.session_image }} {{ row.extra }} {% if row.start_time %} {{ row.start_time }} {% endif %} {{ row.end_time }} {{ row.dsp_progress }} {{ row.dsp_progress }} {{ row.action_build }} {{ row.action_edit }} {{ row.action_visible }} {{ row.action_tracking }} {{ row.action_publish }} {{ row.action_subscribe_users }} {{ row.action_serious_game }} {{ row.action_reinit }} {{ row.action_default_view }} {{ row.action_debug }} {{ row.action_export }} {{ row.action_copy }} {{ row.action_auto_launch }} {{ row.action_pdf }} {{ row.action_delete }} {{ row.action_order }}
{% endif %} {% endfor %} {% if is_allowed_to_edit and not lp_is_shown %}

{{ "LearningPaths"|get_lang }}

{{ "LearnpathAddLearnpath"|get_lang }}
{% endif %}