{% if course.cms_course_links.exists %}
{% for cms_course_link in course.cms_course_links.all %}
{% csrf_token %}
{% endfor %}
{% endif %}