-
{{ course.title }}
+
{{ course.title }}
{{ _("You have opted to be notified for this course. You will receive an email when the course becomes available.") }}
@@ -111,8 +111,7 @@
{{ _("Your course is currently under review. Once the review is complete, the System Admins will publish it on the website.") }}
{% endif %}
-
- {% if no_of_attempts >= course.max_attempts %}
+ {% if no_of_attempts and no_of_attempts >= course.max_attempts %}
{{ _("You have exceeded the maximum number of attempts allowed to appear for evaluations of this course.") }}
{% endif %}