Feature #3898 » welcome_to_course.tpl
1 |
{{ "HelloXAsYouCanSeeYourCourseListIsEmpty"|get_lang | format(_u.complete_name) }} |
---|---|
2 |
|
3 |
{% if count_courses == 0 %} |
4 |
{{ "PleaseAllowUsALittleTimeToSubscribeYouToOneOfOurCourses"|get_lang }} |
5 |
{% else %} |
6 |
|
7 |
{% if "allow_students_to_browse_courses"|get_setting == 'true' %} |
8 |
|
9 |
{{ "GoAheadAndBrowseOurCourseCatalogXOnceRegisteredYouWillSeeTheCourseHereX"|get_lang|format(course_catalog_link, course_list_link) }} |
10 |
|
11 |
<a class="btn btn-primary btn-large" href="{{ course_catalog_url }}"> |
12 |
{{ "CourseCatalog"|get_lang }} |
13 |
</a>
|
14 |
{% else %} |
15 |
{{ "PleaseAllowUsALittleTimeToSubscribeYouToOneOfOurCourses"|get_lang }} |
16 |
{% endif %} |
17 |
|
18 |
{% endif %} |