{% load cache %} {% cache 120 fragment_license_summary %} {% with request.system.license_client_details as details %} {% if details %}
| {{license.type_name}} | {% if not license.singular %}{{license.used}}/{{license.available}} | {% endif %} {% if license.expiring or not license.long_duration %}{{license.valid_until_display}} | {% endif %}
|---|