|
|
@ -7,9 +7,6 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
</script> |
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
|
|
{{ introduction_section }} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% set configuration = 'lp_category_accordion'|api_get_configuration_value %} |
|
|
|
{% set configuration = 'lp_category_accordion'|api_get_configuration_value %} |
|
|
|
<div class="lp-accordion panel-group" id="lp-accordion" role="tablist" aria-multiselectable="true"> |
|
|
|
<div class="lp-accordion panel-group" id="lp-accordion" role="tablist" aria-multiselectable="true"> |
|
|
|
{% for lp_data in data %} |
|
|
|
{% for lp_data in data %} |
|
|
@ -29,12 +26,14 @@ |
|
|
|
|
|
|
|
|
|
|
|
{% if lp_data.category.getId() > 0 %} |
|
|
|
{% if lp_data.category.getId() > 0 %} |
|
|
|
{% if not _c.session_id %} |
|
|
|
{% if not _c.session_id %} |
|
|
|
<a href="{{ 'lp_controller.php?' ~ _p.web_cid_query ~ '&action=add_lp_category&id=' ~ lp_data.category.getId() }}" title="{{ "Edit"|get_lang }}"> |
|
|
|
<a href="{{ 'lp_controller.php?' ~ _p.web_cid_query ~ '&action=add_lp_category&id=' ~ lp_data.category.getId() }}" |
|
|
|
|
|
|
|
title="{{ "Edit"|get_lang }}"> |
|
|
|
<img src="{{ "edit.png"|icon }}" alt="{{ "Edit"|get_lang }}"> |
|
|
|
<img src="{{ "edit.png"|icon }}" alt="{{ "Edit"|get_lang }}"> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
|
|
|
|
|
|
|
|
{% if subscription_settings.allow_add_users_to_lp_category %} |
|
|
|
{% if subscription_settings.allow_add_users_to_lp_category %} |
|
|
|
<a href="{{ 'lp_controller.php?' ~ _p.web_cid_query ~ '&action=add_users_to_category&id=' ~ lp_data.category.getId() }}" title="{{ "AddUsers"|get_lang }}"> |
|
|
|
<a href="{{ 'lp_controller.php?' ~ _p.web_cid_query ~ '&action=add_users_to_category&id=' ~ lp_data.category.getId() }}" |
|
|
|
|
|
|
|
title="{{ "AddUsers"|get_lang }}"> |
|
|
|
<img src="{{ "user.png"|icon }}" alt="{{ "AddUsers"|get_lang }}"> |
|
|
|
<img src="{{ "user.png"|icon }}" alt="{{ "AddUsers"|get_lang }}"> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
@ -44,7 +43,8 @@ |
|
|
|
<img src="{{ "up_na.png"|icon }}" alt="{{ "Move"|get_lang }}"> |
|
|
|
<img src="{{ "up_na.png"|icon }}" alt="{{ "Move"|get_lang }}"> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
{% else %} |
|
|
|
{% else %} |
|
|
|
<a href="{{ 'lp_controller.php?' ~ _p.web_cid_query ~ '&action=move_up_category&id=' ~ lp_data.category.getId() }}" title="{{ "Move"|get_lang }}"> |
|
|
|
<a href="{{ 'lp_controller.php?' ~ _p.web_cid_query ~ '&action=move_up_category&id=' ~ lp_data.category.getId() }}" |
|
|
|
|
|
|
|
title="{{ "Move"|get_lang }}"> |
|
|
|
<img src="{{ "up.png"|icon }}" alt="{{ "Move"|get_lang }}"> |
|
|
|
<img src="{{ "up.png"|icon }}" alt="{{ "Move"|get_lang }}"> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
@ -54,7 +54,8 @@ |
|
|
|
<img src="{{ "down_na.png"|icon }}" alt="{{ "Move"|get_lang }}"> |
|
|
|
<img src="{{ "down_na.png"|icon }}" alt="{{ "Move"|get_lang }}"> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
{% else %} |
|
|
|
{% else %} |
|
|
|
<a href="{{ 'lp_controller.php?' ~ _p.web_cid_query ~ '&action=move_down_category&id=' ~ lp_data.category.getId() }}" title="{{ "Move"|get_lang }}"> |
|
|
|
<a href="{{ 'lp_controller.php?' ~ _p.web_cid_query ~ '&action=move_down_category&id=' ~ lp_data.category.getId() }}" |
|
|
|
|
|
|
|
title="{{ "Move"|get_lang }}"> |
|
|
|
<img src="{{ "down.png"|icon }}" alt="{{ "Move"|get_lang }}"> |
|
|
|
<img src="{{ "down.png"|icon }}" alt="{{ "Move"|get_lang }}"> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
@ -75,7 +76,8 @@ |
|
|
|
{% if lp_data.category_is_published == 0 %} |
|
|
|
{% if lp_data.category_is_published == 0 %} |
|
|
|
<a href="lp_controller.php?{{ _p.web_cid_query ~ '&' ~ {'action':'toggle_category_publish', 'id':lp_data.category.id, 'new_status':1}|url_encode }}" |
|
|
|
<a href="lp_controller.php?{{ _p.web_cid_query ~ '&' ~ {'action':'toggle_category_publish', 'id':lp_data.category.id, 'new_status':1}|url_encode }}" |
|
|
|
title="{{ 'LearnpathPublish'|get_lang }}"> |
|
|
|
title="{{ 'LearnpathPublish'|get_lang }}"> |
|
|
|
<img src="{{ 'lp_publish_na.png'|icon }}" alt="{{ 'LearnpathPublish'|get_lang }}"> |
|
|
|
<img src="{{ 'lp_publish_na.png'|icon }}" |
|
|
|
|
|
|
|
alt="{{ 'LearnpathPublish'|get_lang }}"> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
{% else %} |
|
|
|
{% else %} |
|
|
|
<a href="lp_controller.php?{{ _p.web_cid_query ~ '&' ~ {'action':'toggle_category_publish', 'id':lp_data.category.id, 'new_status':0}|url_encode }}" |
|
|
|
<a href="lp_controller.php?{{ _p.web_cid_query ~ '&' ~ {'action':'toggle_category_publish', 'id':lp_data.category.id, 'new_status':0}|url_encode }}" |
|
|
@ -84,7 +86,8 @@ |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
{% if not _c.session_id %} |
|
|
|
{% if not _c.session_id %} |
|
|
|
<a href="{{ 'lp_controller.php?' ~ _p.web_cid_query ~ '&action=delete_lp_category&id=' ~ lp_data.category.getId() }}" title="{{ "Delete"|get_lang }}"> |
|
|
|
<a href="{{ 'lp_controller.php?' ~ _p.web_cid_query ~ '&action=delete_lp_category&id=' ~ lp_data.category.getId() }}" |
|
|
|
|
|
|
|
title="{{ "Delete"|get_lang }}"> |
|
|
|
<img src="{{ "delete.png"|icon }}" alt="{{ "Delete"|get_lang }}"> |
|
|
|
<img src="{{ "delete.png"|icon }}" alt="{{ "Delete"|get_lang }}"> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
@ -110,7 +113,6 @@ |
|
|
|
{% if not is_invitee %} |
|
|
|
{% if not is_invitee %} |
|
|
|
<th>{{ "Progress"|get_lang }}</th> |
|
|
|
<th>{{ "Progress"|get_lang }}</th> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
<th>{{ "Actions"|get_lang }}</th> |
|
|
|
<th>{{ "Actions"|get_lang }}</th> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
@ -162,6 +164,8 @@ |
|
|
|
{{ row.action_pdf }} |
|
|
|
{{ row.action_pdf }} |
|
|
|
{{ row.action_delete }} |
|
|
|
{{ row.action_delete }} |
|
|
|
{{ row.action_order }} |
|
|
|
{{ row.action_order }} |
|
|
|
|
|
|
|
{{ row.action_update_scorm }} |
|
|
|
|
|
|
|
{{ row.action_export_to_course_build }} |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
{% endfor %} |
|
|
|
{% endfor %} |
|
|
@ -173,6 +177,7 @@ |
|
|
|
{% else %} |
|
|
|
{% else %} |
|
|
|
<!-- new view block accordeon --> |
|
|
|
<!-- new view block accordeon --> |
|
|
|
{% if lp_data.category.id == 0 %} |
|
|
|
{% if lp_data.category.id == 0 %} |
|
|
|
|
|
|
|
{% if is_allowed_to_edit %} |
|
|
|
{% if lp_data.lp_list %} |
|
|
|
{% if lp_data.lp_list %} |
|
|
|
<div class="table-responsive"> |
|
|
|
<div class="table-responsive"> |
|
|
|
<table class="table table-hover table-striped"> |
|
|
|
<table class="table table-hover table-striped"> |
|
|
@ -241,6 +246,7 @@ |
|
|
|
{{ row.action_pdf }} |
|
|
|
{{ row.action_pdf }} |
|
|
|
{{ row.action_delete }} |
|
|
|
{{ row.action_delete }} |
|
|
|
{{ row.action_order }} |
|
|
|
{{ row.action_order }} |
|
|
|
|
|
|
|
{{ row.action_update_scorm }} |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
{% endfor %} |
|
|
|
{% endfor %} |
|
|
@ -248,25 +254,49 @@ |
|
|
|
</table> |
|
|
|
</table> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
{% else %} |
|
|
|
|
|
|
|
<div id="not-category" class="panel panel-default"> |
|
|
|
|
|
|
|
<div class="panel-body"> |
|
|
|
|
|
|
|
{% for row in lp_data.lp_list %} |
|
|
|
|
|
|
|
<div class="lp-item"> |
|
|
|
|
|
|
|
<div class="row"> |
|
|
|
|
|
|
|
<div class="col-md-8"> |
|
|
|
|
|
|
|
<i class="fa fa-chevron-circle-right" aria-hidden="true"></i> |
|
|
|
|
|
|
|
<a href="{{ row.url_start }}"> |
|
|
|
|
|
|
|
{{ row.title }} |
|
|
|
|
|
|
|
{{ row.session_image }} |
|
|
|
|
|
|
|
{{ row.extra }} |
|
|
|
|
|
|
|
</a> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-md-3"> |
|
|
|
|
|
|
|
{{ row.dsp_progress }} |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-md-1"> |
|
|
|
|
|
|
|
{{ row.action_pdf }} |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
{% endfor %} |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
{% if categories|length > 1 and lp_data.category.id %} |
|
|
|
{% if categories|length > 1 and lp_data.category.id %} |
|
|
|
<div class="panel panel-default"> |
|
|
|
<div class="panel panel-default"> |
|
|
|
<div class="panel-heading" role="tab" id="heading-{{ lp_data.category.getId() }}"> |
|
|
|
<div class="panel-heading" role="tab" id="heading-{{ lp_data.category.getId() }}"> |
|
|
|
<h4 class="panel-title"> |
|
|
|
|
|
|
|
<a role="button" data-toggle="collapse" data-parent="#lp-accordion" href="#collapse-{{ lp_data.category.getId() }}" aria-expanded="true" aria-controls="collapse-{{ lp_data.category.getId() }}"> |
|
|
|
|
|
|
|
{{ lp_data.category.getName() }} |
|
|
|
|
|
|
|
</a> |
|
|
|
|
|
|
|
</h4> |
|
|
|
|
|
|
|
{% if is_allowed_to_edit %} |
|
|
|
{% if is_allowed_to_edit %} |
|
|
|
<div class="tools-actions pull-right"> |
|
|
|
<div class="tools-actions pull-right"> |
|
|
|
{% if lp_data.category.getId() > 0 %} |
|
|
|
{% if lp_data.category.getId() > 0 %} |
|
|
|
{% if not _c.session_id %} |
|
|
|
{% if not _c.session_id %} |
|
|
|
<a href="{{ 'lp_controller.php?' ~ _p.web_cid_query ~ '&action=add_lp_category&id=' ~ lp_data.category.getId() }}" title="{{ "Edit"|get_lang }}"> |
|
|
|
<a href="{{ 'lp_controller.php?' ~ _p.web_cid_query ~ '&action=add_lp_category&id=' ~ lp_data.category.getId() }}" |
|
|
|
|
|
|
|
title="{{ "Edit"|get_lang }}"> |
|
|
|
<img src="{{ "edit.png"|icon }}" alt="{{ "Edit"|get_lang }}"> |
|
|
|
<img src="{{ "edit.png"|icon }}" alt="{{ "Edit"|get_lang }}"> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
|
|
|
|
|
|
|
|
{% if subscription_settings.allow_add_users_to_lp_category %} |
|
|
|
{% if subscription_settings.allow_add_users_to_lp_category %} |
|
|
|
<a href="{{ 'lp_controller.php?' ~ _p.web_cid_query ~ '&action=add_users_to_category&id=' ~ lp_data.category.getId() }}" title="{{ "AddUsers"|get_lang }}"> |
|
|
|
<a href="{{ 'lp_controller.php?' ~ _p.web_cid_query ~ '&action=add_users_to_category&id=' ~ lp_data.category.getId() }}" |
|
|
|
|
|
|
|
title="{{ "AddUsers"|get_lang }}"> |
|
|
|
<img src="{{ "user.png"|icon }}" alt="{{ "AddUsers"|get_lang }}"> |
|
|
|
<img src="{{ "user.png"|icon }}" alt="{{ "AddUsers"|get_lang }}"> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
@ -276,7 +306,8 @@ |
|
|
|
<img src="{{ "up_na.png"|icon }}" alt="{{ "Move"|get_lang }}"> |
|
|
|
<img src="{{ "up_na.png"|icon }}" alt="{{ "Move"|get_lang }}"> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
{% else %} |
|
|
|
{% else %} |
|
|
|
<a href="{{ 'lp_controller.php?' ~ _p.web_cid_query ~ '&action=move_up_category&id=' ~ lp_data.category.getId() }}" title="{{ "Move"|get_lang }}"> |
|
|
|
<a href="{{ 'lp_controller.php?' ~ _p.web_cid_query ~ '&action=move_up_category&id=' ~ lp_data.category.getId() }}" |
|
|
|
|
|
|
|
title="{{ "Move"|get_lang }}"> |
|
|
|
<img src="{{ "up.png"|icon }}" alt="{{ "Move"|get_lang }}"> |
|
|
|
<img src="{{ "up.png"|icon }}" alt="{{ "Move"|get_lang }}"> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
@ -286,7 +317,8 @@ |
|
|
|
<img src="{{ "down_na.png"|icon }}" alt="{{ "Move"|get_lang }}"> |
|
|
|
<img src="{{ "down_na.png"|icon }}" alt="{{ "Move"|get_lang }}"> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
{% else %} |
|
|
|
{% else %} |
|
|
|
<a href="{{ 'lp_controller.php?' ~ _p.web_cid_query ~ '&action=move_down_category&id=' ~ lp_data.category.getId() }}" title="{{ "Move"|get_lang }}"> |
|
|
|
<a href="{{ 'lp_controller.php?' ~ _p.web_cid_query ~ '&action=move_down_category&id=' ~ lp_data.category.getId() }}" |
|
|
|
|
|
|
|
title="{{ "Move"|get_lang }}"> |
|
|
|
<img src="{{ "down.png"|icon }}" alt="{{ "Move"|get_lang }}"> |
|
|
|
<img src="{{ "down.png"|icon }}" alt="{{ "Move"|get_lang }}"> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
@ -304,10 +336,12 @@ |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% if lp_data.category_visibility == 1 %} |
|
|
|
{% if lp_data.category_is_published == 0 %} |
|
|
|
{% if lp_data.category_is_published == 0 %} |
|
|
|
<a href="lp_controller.php?{{ _p.web_cid_query ~ '&' ~ {'action':'toggle_category_publish', 'id':lp_data.category.id, 'new_status':1}|url_encode }}" |
|
|
|
<a href="lp_controller.php?{{ _p.web_cid_query ~ '&' ~ {'action':'toggle_category_publish', 'id':lp_data.category.id, 'new_status':1}|url_encode }}" |
|
|
|
title="{{ 'LearnpathPublish'|get_lang }}"> |
|
|
|
title="{{ 'LearnpathPublish'|get_lang }}"> |
|
|
|
<img src="{{ 'lp_publish_na.png'|icon }}" alt="{{ 'LearnpathPublish'|get_lang }}"> |
|
|
|
<img src="{{ 'lp_publish_na.png'|icon }}" |
|
|
|
|
|
|
|
alt="{{ 'LearnpathPublish'|get_lang }}"> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
{% else %} |
|
|
|
{% else %} |
|
|
|
<a href="lp_controller.php?{{ _p.web_cid_query ~ '&' ~ {'action':'toggle_category_publish', 'id':lp_data.category.id, 'new_status':0}|url_encode }}" |
|
|
|
<a href="lp_controller.php?{{ _p.web_cid_query ~ '&' ~ {'action':'toggle_category_publish', 'id':lp_data.category.id, 'new_status':0}|url_encode }}" |
|
|
@ -315,19 +349,35 @@ |
|
|
|
<img src="{{ 'lp_publish.png'|icon }}" alt="{{ 'Hide'|get_lang }}"> |
|
|
|
<img src="{{ 'lp_publish.png'|icon }}" alt="{{ 'Hide'|get_lang }}"> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
{% else %} |
|
|
|
|
|
|
|
<img src="{{ 'lp_publish_na.png'|icon }}" |
|
|
|
|
|
|
|
alt="{{ 'LearnpathPublish'|get_lang }}"> |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
{% if not _c.session_id %} |
|
|
|
{% if not _c.session_id %} |
|
|
|
<a href="{{ 'lp_controller.php?' ~ _p.web_cid_query ~ '&action=delete_lp_category&id=' ~ lp_data.category.getId() }}" title="{{ "Delete"|get_lang }}"> |
|
|
|
<a href="{{ 'lp_controller.php?' ~ _p.web_cid_query ~ '&action=delete_lp_category&id=' ~ lp_data.category.getId() }}" |
|
|
|
|
|
|
|
title="{{ "Delete"|get_lang }}"> |
|
|
|
<img src="{{ "delete.png"|icon }}" alt="{{ "Delete"|get_lang }}"> |
|
|
|
<img src="{{ "delete.png"|icon }}" alt="{{ "Delete"|get_lang }}"> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
<h4 class="panel-title"> |
|
|
|
|
|
|
|
<a role="button" data-toggle="collapse" data-parent="#lp-accordion" |
|
|
|
|
|
|
|
href="#collapse-{{ lp_data.category.getId() }}" aria-expanded="true" |
|
|
|
|
|
|
|
aria-controls="collapse-{{ lp_data.category.getId() }}"> |
|
|
|
|
|
|
|
{{ lp_data.category.getName() }} |
|
|
|
|
|
|
|
</a> |
|
|
|
|
|
|
|
</h4> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div id="collapse-{{ lp_data.category.getId() }}" class="panel-collapse collapse " role="tabpanel" aria-labelledby="heading-{{ lp_data.category.getId() }}"> |
|
|
|
|
|
|
|
|
|
|
|
<div id="collapse-{{ lp_data.category.getId() }}" class="panel-collapse collapse {{ (categories|length > 1 ? 'in':'') }}" |
|
|
|
|
|
|
|
role="tabpanel" aria-labelledby="heading-{{ lp_data.category.getId() }}"> |
|
|
|
<div class="panel-body"> |
|
|
|
<div class="panel-body"> |
|
|
|
{% if lp_data.lp_list %} |
|
|
|
{% if lp_data.lp_list %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% if is_allowed_to_edit %} |
|
|
|
<div class="table-responsive"> |
|
|
|
<div class="table-responsive"> |
|
|
|
<table class="table table-hover table-striped"> |
|
|
|
<table class="table table-hover table-striped"> |
|
|
|
<thead> |
|
|
|
<thead> |
|
|
@ -395,12 +445,35 @@ |
|
|
|
{{ row.action_pdf }} |
|
|
|
{{ row.action_pdf }} |
|
|
|
{{ row.action_delete }} |
|
|
|
{{ row.action_delete }} |
|
|
|
{{ row.action_order }} |
|
|
|
{{ row.action_order }} |
|
|
|
|
|
|
|
{{ row.action_update_scorm }} |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
{% endfor %} |
|
|
|
{% endfor %} |
|
|
|
</tbody> |
|
|
|
</tbody> |
|
|
|
</table> |
|
|
|
</table> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
{% else %} |
|
|
|
|
|
|
|
{% for row in lp_data.lp_list %} |
|
|
|
|
|
|
|
<div class="lp-item"> |
|
|
|
|
|
|
|
<div class="row"> |
|
|
|
|
|
|
|
<div class="col-md-8"> |
|
|
|
|
|
|
|
<i class="fa fa-chevron-circle-right" aria-hidden="true"></i> |
|
|
|
|
|
|
|
<a href="{{ row.url_start }}"> |
|
|
|
|
|
|
|
{{ row.title }} |
|
|
|
|
|
|
|
{{ row.session_image }} |
|
|
|
|
|
|
|
{{ row.extra }} |
|
|
|
|
|
|
|
</a> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-md-3"> |
|
|
|
|
|
|
|
{{ row.dsp_progress }} |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-md-1"> |
|
|
|
|
|
|
|
{{ row.action_pdf }} |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
{% endfor %} |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|