{% extends "base.html" %} {% block extra_style %} {% endblock %} {% block content %}

{{ title }}

{% if not items %}
暂无历史记录。
{% endif %} {% for item in items %}
{{ item.primary.symbol }}
{{ item.id }}
{{ item.question }}
{{ item.created_at }} · {{ item.method }} · 本卦 {{ item.primary.name }}{% if item.changed %} → {{ item.changed.name }}{% endif %} · 动爻 {{ item.moving_positions }}
{% endfor %}
{% endblock %}