{% extends "base.html" %} {% block title %}{{ type.id }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block body %}
id | {% for field_name in type.list_fields %}{{ field_name }} | {% endfor %}|
---|---|---|
{{ item_id }} | {% for field_name in type.list_fields %} {% set field = type.fields[field_name] %}
{% if field.type() == 'url' %}
{{ datastore.get_field(type.id, item_id, field_name) }}
{% elif field.type() == 'list-strings' %}
|
{% endfor %}