{{ _('Description') }}
{{ organization.description }}
{{ _('Shared JSON objects') }}
{{ pagination_objects.links }}
{{ pagination_objects.info }}
{{ _('Shared JSON objects') }}
{{ _('id') }} |
{{ _('Name') }} |
{{ _('Last updated') }} |
{% for object in objects %}
{{ object.id }} |
{{ object.name }} |
{{ object.last_updated | datetime }} |
{% endfor %}
{{ pagination_schemas.links }}
{{ pagination_schemas.info }}
{{ _('Shared JSON schemas') }}
{{ _('Shared JSON schemas') }}
{{ _('id') }} |
{{ _('Name') }} |
{{ _('# of objects validated by the schema') }} |
{{ _('Last updated') }} |
{% for schema in schemas %}
{{ schema.id }} |
{{ schema.name }} |
{{ schema.objects.count() }} |
{{ schema.last_updated | datetime }} |
{% endfor %}
{% endblock %}