{% extends "base.html" %} {% comment %} Copyright (c) 2019-2024 Alexander Todorov Licensed under GNU Affero General Public License v3 or later (AGPLv3+) https://www.gnu.org/licenses/agpl-3.0.html {% endcomment %} {% load i18n %} {% load static %} {% load tcms_tenants %} {% load github_marketplace %} {% block title %}{% trans "Tenant subscriptions" %}{% endblock %} {% block contents %} {% trans "You can access the following tenants" %} {% for tenant in access_tenants %} {% trans 'Tenant' %}: {% tenant_url request tenant.schema_name %} {% trans 'Owner' %}: {{ tenant.owner }} {% if tenant.organization %} {% trans 'Organization' %}: {{ tenant.organization }} {% endif %} {% endfor %} {% trans 'Docker credentials' %} {% trans 'Username' %} {% trans 'Password' %} {% trans 'Private containers instructions' %}: https://kiwitcms.org/containers/ {% if object %} {% trans 'kiwitcms/gitops prefix' %} {{ form.gitops_prefix.errors }} {% if not object.gitops_prefix %} {% csrf_token %} {% trans "Save" %} {% endif %} https://kiwitcms.org/gitops/ {% endif %} {% trans 'You own the following tenants' %} {% for tenant in own_tenants %} {% tenant_url request tenant.schema_name %} {% if tenant.organization %} {% trans 'Organization' %}: {{ tenant.organization }} {% endif %} {{ subscription_price }} / {{ subscription_period }} Private Tenant {{ tenant.paid_until }} {% if cancel_url %} {% trans 'Cancel' %} {% endif %} {% empty %} {% trans "You don't own any tenants" %} {% trans 'Subscribe via FastSpring' %} {% endfor %} {% trans 'Transaction history' %} {% for purchase in purchases %} {{ purchase.action }} {{ purchase.sender }} {{ purchase.vendor }} {{ purchase.received_on }} {{ purchase.payload|pretty_json }} {% endfor %} {% endblock %}
{% trans 'Private containers instructions' %}: https://kiwitcms.org/containers/
https://kiwitcms.org/gitops/
{% trans "You don't own any tenants" %}
{{ purchase.payload|pretty_json }}