{% 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 %} |
---|
There were validation errors:
Message | Data Path | Schema Path |
---|---|---|
{{ err.message }} | {{ err.path_str }} | {{ err.schema_path_str }} |
Validation passed
{% endif %} {% endif %} {% if type.json_schema or type.guide_form_xlsx or site_github_url %}{% if type.json_schema %} {% endif %} {% if type.guide_form_xlsx %} {% endif %} {% if site_github_url %} {% endif %}
{% endif %}