{% if message_info != "" %}
{{ message_info }}
{% endif %} {% if message_error != "" %}
{{ message_error }}
{% endif %}
{% if course_action_list|length > 0 %} {% for course in course_action_list %} {% endfor %}
{{ 'Course' | get_lang }}: {{ course.title }} -> {{ 'ActionId' | get_plugin_lang('SepePlugin') | upper }}: {{ course.action_origin }} {{ course.action_code }} {{ 'Delete' | get_plugin_lang('SepePlugin') }} {{ 'Unlink' | get_plugin_lang('SepePlugin') }} {{ 'SeeOrEdit' | get_plugin_lang('SepePlugin') }}
{% else %}
{{ 'NoFormativeActionToCourse' | get_plugin_lang('SepePlugin') }}
{% endif %}

{% for course in course_free_list %} {% endfor %}
{{ 'Course' | get_lang }}: {{ course.title }} {{ 'AssignAction' | get_plugin_lang('SepePlugin') }} {{ 'CreateAction' | get_plugin_lang('SepePlugin') }}