{% load i18n %} {% if is_match %}
{% blocktranslate with user_name=user.first_name|truncatechars:50 context viewer.get_gender %}{{ user_name }} also has a Speedy Match profile. View {{ user_name }}’s profile on Speedy Match.{% endblocktranslate %}
{% endif %}