{% if learning_path.instructors.any? %}

{% t shared.instructors %}

{% for instructor in learning_path.instructors %}
{{ instructor.name }}
{{ instructor.name }}
{% endfor %}
{% endif %}