{% extends "base.html" %} {% set page = "monthly" %} {% block content %}
📅 月次レポート / Monthly Report
{% if months %}
{% for m in months %} {% endfor %}
月 / Monthライン / Line件数 / Records
{{ m.month }}{{ m.line_no }}{{ "{:,}".format(m.total) }}
{% else %}
⚠️ データがありません。
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}