{% blocktrans with file_count=file_count %}Group Detail ({{ file_count }}){% endblocktrans %}
{% blocktrans with last_upload_date=latest_upload|date:"SHORT_DATETIME_FORMAT" %}Last Upload Date: {{ last_upload_date }}{% endblocktrans %}
{% for object in object.sharedfile_set.all %}
{% render_file object as rendered_object %}
{% include "wagtail_admin_files/partials/file_toolbar.html" %}
{% endfor %}
{{ rendered_object.html }}