{% extends "self_discipline/table.html" %} {% block style_custom %} {% endblock style_custom %} {% block table %}
| 每日 内容 |
{% for _, option, image_path in options %}
|
{% endfor %}
|
|---|---|---|
{{ week }} |
{% for id, _, _ in options %}
{% if id in day["options"] %}
{{ day["options"][id]["createtime"] }} |
{% else %}
{% endif %} {% endfor %} |