{% extends "base.html" %} {% set page = "daily" %} {% block content %}
| 日付 / Date | ライン / Line | 総件数 / Total | 集計対象 / Included | 除外 / Excluded | |
|---|---|---|---|---|---|
| {{ e.date }} | {{ e.line_no }} | {{ "{:,}".format(e.total) }} | {{ "{:,}".format(e.included) }} | {% if e.excluded > 0 %}{{ e.excluded }}{% else %}-{% endif %} |