{% load i18n %} {% load ooi_extra %} {% spaceless %} {% if inferences %}

{% translate 'Inferred by' %}

{% for inference in inferences %} {% endfor %}
{% translate 'Bit' %} {% translate 'Source' %}
{{ inference.origin.method }} {{ inference.origin.source }}
{% endif %} {% endspaceless %}