{% load i18n %} {% load timtec_markdown %}
{% if in_admin %}

Module authors

Name
Close
{% verbatim %} {% endverbatim %}

Name

{% verbatim %}

{% endverbatim %}

Insert author {% else %} {% if course.course_authors.all %}

Authors

{% for course_author in course.course_authors.all %}

{{ course_author.get_name }}

{{ course_author.get_biography|timtec_markdown }}

{% endfor %} {% endif %} {% endif %}