{% extends "base.html" %} {% load crispy_forms_tags i18n static translations %} {% block breadcrumbs %}
  • {% translate "Manage" %}
  • {% 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 %} {% if support.secret %} {% 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 }}
    {% translate "Discover Weblate" %} {% translate "Browse discovery" %} {% if support.discoverable %} {% translate "Your Weblate is listed on weblate.org" %}
    {% translate "Disable discovery" %} {% translate "Manage your listing" %} {% else %} {% translate "Your Weblate is not listed on weblate.org" %}
    {% translate "Enable discovery" %} {% endif %}
    {% if support.name != 'community' %}

    {% translate "Contact customer care" %}

    {% csrf_token %} {{ support_form|crispy }}
    {% endif %} {% include "manage/snippets/activation-form.html" %} {% endblock content %}