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