{% extends 'core/export.html' %} {% load i18n %} {% block body %}

{% trans 'Option sets' %}

{% for optionset in optionsets %}

{% trans 'Option set' %}

{% trans 'Key' %}: {{ optionset.key }}

{% if entity.comment %}

{% trans 'Comment' %} {{ optionset.comment }}

{% endif %}

{% trans 'Options' %}:

{% if optionset.conditions.all %}

{% trans 'Conditions' %}:

{% endif %} {% endfor %} {% endblock %}