{% if not analytics_set %} {% include 'analytics/include_not_analytics_set.html' %} {% else %} {% if user.is_staff %} {% include 'analytics/include_nav_message_modal.html' %} {% endif %}

{{ analytics_set.heading_ja }}

{% if not dd_exist %}

準備中...

{% else %}
{% for index, row in data_table.iterrows %} {% endfor %}
日付 アクセス数
{{ index }} {{ row.users }}
{% endif %}
{% if dd_exist %} {% endif %} {% endif %}