{% if items %}
SELECT ANALYTICS PROPERTY TO TRACK
{% for property in items %}
- {{ property.id }} | {{ property.name }}
{{ property.websiteUrl }}
{% endfor %}
{% else %}
Sorry, it seems that your account doesn't have any property on analytics
{% endif %}