diff --git a/daily_report/templates/report.html b/daily_report/templates/report.html
index 0490dd9..d158189 100644
--- a/daily_report/templates/report.html
+++ b/daily_report/templates/report.html
@@ -7,13 +7,13 @@
学生表
-游戏ID:{{ data.get(gameid) }}
>
-渠道ID:{{ data.get('channelid') }}
>
-日期:{{ data.get(day) }}
+游戏ID:{{data.get(gameid)}}
>
+渠道ID:{{data.get('channelid')}}
>
+日期:{{data.get(day)}}
总表
>
-
+
活跃 |
新增 |
分享 |
@@ -21,6 +21,7 @@
视屏显示 |
banner显示 |
插屏显示 |
+
{% for item in data.get('all') %}
@@ -41,6 +42,7 @@
{% for line in data.get('input') %}
+
{%for item in line%}
{{ item }} |
@@ -57,6 +59,7 @@
{% for line in data.get('output') %}
+
{% for item in line %}
{{ item }} |