diff --git a/src/templates/_components/utilities/CompressUtility_content.twig b/src/templates/_components/utilities/CompressUtility_content.twig index e17e43f..bbda475 100644 --- a/src/templates/_components/utilities/CompressUtility_content.twig +++ b/src/templates/_components/utilities/CompressUtility_content.twig @@ -1,6 +1,26 @@ {# @var craft \craft\web\twig\variables\CraftVariable #} {% set archives = craft.compress.archives() %} -{% for archive in archives %} - {{ archive.id }} -{% endfor %} +
Archive ID | +Asset | +Date Created | +Date Updated | +
---|---|---|---|
{{ item.id }} | +{% if item.getAsset() %}{{ item.getAsset().title }}{% else %}Not Ready{% endif %} | +{{ item.dateCreated|date('d/m/Y H:i:s') }} | +{{ item.dateUpdated|date('d/m/Y H:i:s') }} | +