{% extends "ui/components/page-banner.html" %} {% load i18n djblets_extensions %} {% block banner_id %}rb-license-banner{% endblock %} {% block banner_header %}{{title}}{% endblock %} {% block banner_classes %}powerpack-c-license-banner{% endblock %} {% block banner_content %} {% if actions %}
{% for action in actions %} {{action.label}} {% endfor %}
{% endif %} {% if state == "trial-expired" %}
{% if rb_tier %} {% blocktrans %} Review Board {{rb_tier}} features and tech support have been disabled. Purchase a license to avoid interruption of these services. {% endblocktrans %} {% else %} {% blocktrans %} Power Pack features have been disabled. Move to a Review Board plan or purchase a Power Pack license to continue using them. {% endblocktrans %} {% endif %}
{% elif state == "paid-expired" %}
{% if rb_tier %} {% blocktrans %} Review Board {{rb_tier}} features and tech support have been disabled. Renew your license to avoid interruption of these services. {% endblocktrans %} {% else %} {% blocktrans %} Power Pack features have been disabled. Renew your license or move to a Review Board plan to continue using them. {% endblocktrans %} {% endif %}
{% endif %} {% endblock banner_content %}