{% extends "base.html" %} {% block title %}{{ type.id }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block body %}

{{ type.id }}

{% for field_name in type.list_fields %} {% endfor %} {% for item_id in datastore.get_ids_in_type(type.id) %} {% for field_name in type.list_fields %} {% endfor %} {% endfor %}
id{{ field_name }} 
{{ item_id }} {# Get Field Type, display accordingly #} {{ datastore.get_field(type.id, item_id, field_name) }}
{% if type.json_schema %}

New

{% if type.json_schema %} {% endif %}

{% endif %} {% endblock %}