{% if ibexa_field_value( parent_content, "show_position" ) == "1" %}
{% if local_content is defined and local_content.fields.local_position is defined and not ibexa_field_is_empty( local_content, "local_position" ) %}
{{ ibexa_field_value( local_content, 'local_position' ) }}
{% elseif not ibexa_field_is_empty( content, "position" ) %}{{ ibexa_field_value( content, 'position' ) }}
{% endif %}
{% endif %}
{% if ibexa_field_value( parent_content, "show_position_detail" ) == "1" %}
{% if local_content is defined and local_content.fields.local_position_detail is defined and not ibexa_field_is_empty( local_content, "local_position_detail" ) %}
{{ ibexa_field_value( local_content, 'local_position_detail' ) }}
{% elseif not ibexa_field_is_empty( content, "position_detail" ) %}{{ ibexa_field_value( content, 'position_detail' ) }}{% endif %}
{% endif %}