{% for col in columns %}
{{ col.name }}
{{ col.sub }}
{% if col.kanji_top %}
{{ col.kanji_top }}
{% endif %} {% if col.kanji_bottom %}
{{ col.kanji_bottom }}
{% endif %}
{{ col.entries[0].heading|safe }}
{% if col.entries[0].bullets is defined and col.entries[0].bullets %} {% for b in col.entries[0].bullets %}
• {{ b }}
{% endfor %} {% else %} {{ col.entries[0].desc|safe }} {% endif %}
{{ col.entries[1].heading|safe }}
{% if col.entries[1].bullets is defined and col.entries[1].bullets %} {% for b in col.entries[1].bullets %}
• {{ b }}
{% endfor %} {% else %} {{ col.entries[1].desc|safe }} {% endif %}
{% endfor %}