{% if watching_message.percent_complete == 0 %} Yay, you marked a playlist as watching! This message will keep updating as you mark videos as watched. Good luck! {% else %} {% if watching_message.percent_complete == 100 %} {% endif %} {{ watching_message.watched_videos }} / {{ watching_message.total_videos }} watched! {% if watching_message.percent_complete != 100 %}{{ watching_message.watch_time_left }} left to go!{% endif %} {% if watching_message.percent_complete == 100 %} {% elif watching_message.percent_complete >= 90 %} {% elif watching_message.percent_complete >= 75 %} {% elif watching_message.percent_complete >= 60 %} {% elif watching_message.percent_complete >= 40 %} {% elif watching_message.percent_complete >= 20 %} {% elif watching_message.percent_complete >= 0 %} {% endif %} {% endif %}