{% extends "allauth/layouts/entrance.html" %} {% load i18n %} {% comment %} Shown when the store-mode entitlement gate refuses an SSO login: the Casdoor account is real but carries no plan group for this product. The user is not signed in here, so this page lives on the anonymous entrance layout. {% endcomment %} {% block head_title %}{% trans "No active subscription" %}{% endblock %} {% block content %}

{% trans "No active subscription" %}

{% blocktrans with app=themis_app_name %}Your account is not yet attached to a {{ app }} subscription. Subscribe, or ask a subscriber to add you as a viewer, then sign in again.{% endblocktrans %}

{% if store_url %} {% blocktrans with app=themis_app_name %}Get {{ app }}{% endblocktrans %} {% endif %} {% trans "Back to sign in" %} {% endblock %}