{% import 'apostrophe-schemas:macros.html' as schemas %} {# choice is the object. relationship contains any relationship properties. #}
{% block meta %}{% endblock %}
{% block title %}{{ __(choice.title | d('')) }}{% endblock %}
{%- block inline -%} {%- set inline = apos.utils.filterNonempty(data.relationship, 'inline') -%} {%- if inline.length -%}
{% for field in inline %} {{ apos.schemas.field(field) }} {% endfor %}
{%- endif -%} {%- endblock -%}