{% load i18n %} {% if state != 'valid' and show_banner %}
{% if state == 'trial-expired' or state == 'paid-expired' %} {% trans "Features like PDF review and GitHub Enterprise are no longer available." %} {% endif %} {% if is_staff %} {% if state == 'trial-expired' or state == 'trial-expiring' or state == 'paid-expired' or state == 'paid-expiring' %} {% trans "Renew your license now" %}. {% endif %} {% endif %} {% if state == 'no-license' %} {% blocktrans %} Power Pack gives you powerful reports, document review, and more for your whole team. {% endblocktrans %} {% trans "Try it for free" %}. {% endif %}