{% load i18n %} {% load eventurl %}
{% blocktrans trimmed with clique=clique.name %} You are taking part in the raffle as part of the clique {{ clique }}. {% endblocktrans %}
{% if is_admin %}{% trans "You have created this clique. Your fellow clique members are:" %}
{% trans "You are taking part in the raffle as an individual." %}
{% endif %}