{% load cache %} {% cache 120 fragment_license_summary %} {% with request.system.license_client_details as details %} {% if details %}
{% for license in details %} {% if not license.singular %} {% endif %} {% if license.expiring or not license.long_duration %} {% endif %} {% endfor %}
{{license.type_name}} {{license.used}}/{{license.available}} {{license.valid_until_display}}
{% endif %} {% endwith %} {% endcache %}