diff --git a/daily_report/templates/tap_weekly.html b/daily_report/templates/tap_weekly.html index a46ef09..124bf43 100644 --- a/daily_report/templates/tap_weekly.html +++ b/daily_report/templates/tap_weekly.html @@ -34,7 +34,9 @@ {% for item in data.get(key) %} {% for one in item %} - {{ one }} + {% for one_1 in one %} + {{ one_1 }} + {% endfor %} {% endfor %} {% endfor %}