{% extends "musician/base.html" %} {% load i18n %} {% block content %}
{% blocktrans with last_login=profile.last_login|date:"SHORT_DATE_FORMAT" %}Last time you logged in was: {{ last_login }}{% endblocktrans %}
{% else %}{% trans "It's the first time you log into the system, welcome on board!" %}
{% endif %}