{% if not data.dedicated or data.user.is_authenticated %} Menu Home {% if not user.is_authenticated %} Register {% endif %} {% if user.is_authenticated %} Account Tasks Computing Containers {% else %} {% csrf_token %} Forgot password? Just leave it empty to get a login link by email. {% endif %} {% endif %}