Here's what's happening on your language learning platform today.
Last login:
{% if current_user.last_login and current_user.last_login is not string %}
{{ current_user.last_login|timeago }}
{% else %}
Not available
{% endif %}
Current time: {{ now().strftime('%B %d, %Y %H:%M') }}