{% extends "im/account_base.html" %} {% load filters %} {% block page.title %}Overview{% endblock %} {% block page.body %}
{% block content%} {% for service in services %}

{{ service.name }}

{{ service.description }}
{% endfor %} {% endblock content %}
{% endblock %}