{% 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) }}
{% elif field.type() == 'list-strings' %}
|
---|
There were validation errors:
Message | Data Path | Schema Path |
---|---|---|
{{ err.message }} | {{ err.data_path }} | {{ err.schema_path }} |
Validation passed
{% endif %} {% endif %}{% if type.guide_form_xlsx %} {% endif %} {% if site_github_url %} {% endif %}