{%- extends "base.html" %} {%- import "macros.html" as macros %} {%- block body %}

There are {{n_mappings}} mappings over {{n_entities}} entities.

{{ macros.mapping_table(converter, mappings) }}
{%- endblock %}