{% extends "layout.html" %} {% block content %}

{{ schema.name }}


{{ _('Description') }}
{{ schema.description }}
{{ _('Provided by') }}

{{ _('Search on the properties of the objects') }}

{{ pagination.links }}
{{ pagination.info }}
{% for object in objects %} {% endfor %}
{{ _('Objects validated by the schema') }}
{{ _('id') }} {{ _('Name') }} {{ _('Organization') }} {{ _('Last updated') }} {{ _('Edit') }} {{ _('Definition') }} {{ _('Object') }} {{ _('Delete') }}
{{object.id }} {{ object.name }} {{ object.organization.name }} {{ object.last_updated | datetime }}
{{ pagination.links }}


{% endblock %}