{% load i18n %}
{% if user.is_authenticated %}
{% else %}
{% blocktrans with team_event_object.get_absolute_url as login_next %}To post your comment you need to login or create a new account{% endblocktrans %}
{% endif %}