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