{% for item in category.courses %}
{% if item.edit_actions != '' %}
{% if item.document == '' %}
{% else %}
{% endif %}
{% endif %}
{% if item.visibility == constant('COURSE_VISIBILITY_CLOSED') %}
{{ item.title }} {{ item.code_course }}
{% else %}
{{ item.title }} {{ item.code_course }}
{{ item.notifications }}
{% endif %}
{{ 'teacher.png' | img(16, 'Professor'|get_lang ) }}
{% endfor %}