{{ entry.format_pos.html_black | safe }} {% if entry.pronunciation %} /{{ entry.pronunciation }}/ {% endif %} {{ entry.iri.html_black | safe }} {% if entry.inflections %}flexion{% endif %}
{% if entry.inflections %} {% else %}
    {% for sense in entry.senses %} {% if sense.definition %}
  1. {{ sense.definition.html | safe }} {{ sense.iri.html_black | safe }}
  2. {% endif %} {% endfor %}
{% endif %} {% for relation, targets in entry.links.items %}
{{ relation.html_black | safe }} {% for target in targets %} {{ target.html_black | safe }} {% endfor %}
{% endfor %}