{% extends "im/account_base.html" %} {% load filters %} {% block page.title %}Overview{% endblock %} {% block page.body %}
{% for id, service in services.items %} {% if service.dashboard.show %}
{% if service.url %} {% endif %} {% if service.url %} {% endif %}
{{ service.dashboard.description }}
{% endif %} {% endfor %}
{% endblock %}