{% load i18n static %}

{% translate "Y're welcome" %}, {% if not user.is_anonymous %} {{ user.username }}! {% else %} {% translate 'guest' %}! {% endif %}

{% if user.is_anonymous %} {% else %}
{% endif %}