{% if lesson.now_available or is_course_admin %}
{% else %}
{% endif %}
{{ lesson.activity_title }} {% if not lesson.now_available and is_course_admin %} (Private) {% endif %}
{{ lesson.title }}
{% endif %}