{% macro render_mapping(mapping, entity=None) -%} {% set entity = entity or mapping.left %} {% if entity and mapping.get_other(entity) %}
{{entity.origin}}
{{mapping.get_other(entity).origin}}