diff --git a/daily_report/templates/tap_weekly.html b/daily_report/templates/tap_weekly.html index c4fc6a4..cfd1dd4 100644 --- a/daily_report/templates/tap_weekly.html +++ b/daily_report/templates/tap_weekly.html @@ -33,12 +33,14 @@ {% for item in data.get(key) %} - {% for one in item %} - {% for one_1 in one %} + + {% for one in item %} + {% for one_1 in one %} {{ one_1 }} - {% endfor %} - {% endfor %} {% endfor %} + {% endfor %} + {% endfor %} +