{% load i18n %}
{% if not user %}
{% trans "TXT.AUTH_FOR_SUBSCRIBE_WITH_LEGO_ELEMENT" %}
{% else %}
{% if subscription %} {% trans "Subscription type" %} {% else %} {% trans "Choose subscription type" %} {% endif %}
{% if subscription %} {% trans "Change" %} {% else %} {% trans "Subscribe" %} {% endif %}
{% comment %} {% if subscription %}
{% if subscription.is_imap %} {% trans "Unsubscribe" %} {% else %} {% trans "Unsubscribe" %} {% endif %}
{% endif %} {% endcomment %}
{% endif %}