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

{{ organization.name }}

{{ _('Description') }}
{{ organization.description }}
{{ _('Website') }}


{% for schema in organization.schemas %} {% endfor %}
{{ _('Shared JSON schemas') }}
# {{ _('Name') }} {{ _('# of objects validated by the schema') }} {{ _('Last updated') }}
{{ loop.index }} {{ schema.name }} {{ schema.objects.count() }} {{ schema.last_updated | datetime }}
{% endblock %}