{% if doc.meta.options %}
{% for k,v in doc.meta.options %} {% if v %}
{{ k }} {% for item in v %}
{% endfor %}
{% endif %} {% endfor %}
{% endif %}