{% 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 }}
{% endblock %}