{% load i18n l10n %} {% load static %} {% if result.get_full_name %} {{ result.highlight.full_name|safe }} {% if result == request.user %} (You) {% endif %}
{{ result.highlight.email|safe }}
{% else %} {{ result.highlight.email|safe }} {% if result == request.user %} (You) {% endif %} {% endif %}