{% extends "base.html" %} {% load crispy_forms_tags i18n static translations %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block content %}

{% documentation_icon 'admin/support' right=True %} {% translate "Weblate support status" %}

{% if support.expiry %} {% with limit_details=support.get_limits_details %} {% if limit_details %} {# TODO: this rendering will break with no limits #} {# djlint:off #} {# djlint:on #} {% for limit in limit_details %} {% if not forloop.first %}{% endif %} {% include "billing/used.html" with max=limit.limit total=limit.limit used=limit.current %} {% endfor %} {% endif %} {% endwith %} {% endif %}
{% translate "Weblate version" %} {% if git_revision %} {{ version }} — {{ git_revision }} {% elif git_revision_link %} {{ version }} {% else %} {{ version }} {% endif %}
{% translate "Support status" %} {% translate "Refresh support status" %} {{ support.get_verbose }} {% if not support.in_limits %} {% endif %}
{% translate "Support package limits" %}
{{ limit.name }}
{% translate "Support expiry" %} {{ support.expiry|naturaltime }}
{% if support.name != 'community' %}

{% translate "Contact customer care" %}

{% csrf_token %} {{ support_form|crispy }}
{% endif %}

{% documentation_icon 'admin/support' right=True %} {% translate "Discover Weblate" %}

{% translate "Discover Weblate helps translators find Weblate sites and projects to contribute to." %}

{% translate "When enabled, weblate.org lists your site details and public or protected projects." %}

{% if support.secret %}

{% if support.discoverable %} {% translate "Your Weblate is listed on weblate.org" %} {% else %} {% translate "Your Weblate is not listed on weblate.org" %} {% endif %}

{% endif %} {% if not support.discoverable and discovery_unavailable_reason %} {% endif %}
{% include "manage/snippets/activation-form.html" %} {% endblock content %}