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

{{ item_id }} - {{ type.id }}

{% for field_id, field in type.fields.items() %} {% endfor %}
{{ field.title() }} {% if field.type() == 'url' %} {{ datastore.get_field(type.id, item_id, field_id) }} {% else %} {{ datastore.get_field(type.id, item_id, field_id) }} {% endif %}

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

Raw Data

{{ item_data.data }}
{% if site_github_url %} {% endif %} {% endblock %}