{% extends "layout.html" %}} {% block content %}
# | {{ _('Name') }} | {{ _('Last updated') }} |
---|---|---|
{{ loop.index }} | {{ object.name }} | {{ object.last_updated | datetime }} |
# | {{ _('Name') }} | {{ _('# of objects validated by the schema') }} | {{ _('Last updated') }} |
---|---|---|---|
{{ loop.index }} | {{ schema.name }} | {{ schema.objects.count() }} | {{ schema.last_updated | datetime }} |