{% extends 'core/export.html' %} {% load i18n %} {% block body %}
{% trans 'Key' %}: {{ condition.key }}
{% if condition.comment %}{% trans 'Comment' %}: {{ condition.comment }}
{% endif %}{% trans 'Source' %}: {{ condition.source_path }}
{% trans 'Relation' %}: {{ condition.relation_label }}
{% if condition.target_label %}{% trans 'Target' %}: {{ condition.target_label }}
{% endif %} {% endfor %} {% endblock %}