{% if equippable %}
{% if equippable.is_equipped %} {% else %} {% endif %}
{% endif %}

{{ title }}

{% if type_label %}

{{ type_label }}

{% endif %} {% if symbol %}{{ symbol }}{% endif %} {% if degree_str %}

{{ degree_str }}

{% endif %} {% if description %}

{{ description }}

{% endif %} {% if shoptalk %}

{{ shoptalk }}

{% endif %} {% if expiry %}

{{ expiry }}

{% endif %} {% if effect %}

{{ effect }}

{% endif %} {% if dignities %} {% for key, value in dignities.items %} {% endfor %}
{{ key }}{{ value }}
{% endif %} {% if aspects %} {% endif %} {% if keywords_up or keywords_rev %}
{% if keywords_up %} {% endif %} {% if keywords_rev %} {% endif %}
{% endif %} {% if cautions %}
{% for caution in cautions %}
{% if caution.type_label %}

{{ caution.type_label }}

{% endif %} {% if caution.shoptalk %}

{{ caution.shoptalk }}

{% endif %} {% if caution.effect %}

{{ caution.effect }}

{% endif %}
{% endfor %}
{% endif %} {% if nav %}
{{ nav.prv }} {{ nav.nxt }}
{% endif %}