{% extends "base.html" %} {% block content %}

Services you subscribe to

{% for service in active_services %}

{{ service.name }}

...

Read more …
Unsubscribe
{% empty %}

You are not subscribed to any service.

{% endfor %}

Available services

{% for service in non_active_services %}

{{ service.name }}

{{ service.description }}

Read more | Visit
Subscribe
{% endfor %}
{% endblock %}