{% extends "base.html" %} {% block title %}{{ item_id }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block body %}
| {{ 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 %}