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

{{ _('Name') }}

{{ organization.name }}

{{ _('Description') }}

{{ organization.description }}

{{ _('Website') }}


{{ _('Shared JSON schemas') }}

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