{% load i18n djblets_extensions %} {% if state != 'valid' and show_banner %}
{% if state == 'trial-expired' or state == 'paid-expired' %} {% trans "Features like Document Review and Reports 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 %}