{% include "analytics/_table.html" with title="Top pages" rows=top_pages %}
{% include "analytics/_table.html" with title="Referrers" rows=top_referrers %}
{% include "analytics/_table.html" with title="Channels" rows=channels %}
{% include "analytics/_table.html" with title="Countries" rows=countries %}
{% include "analytics/_table.html" with title="Browsers" rows=browsers %}
{% include "analytics/_table.html" with title="Devices" rows=devices %}
{% if goals or funnels %}
{% if goals %}{% include "analytics/_table.html" with title="Goals" rows=goals %}{% endif %}
{% for funnel in funnels %}