{% extends "base.html" %} {% load static %} {% load i18n %} {% load django_th_extras %} {% block title %}{% trans "My Activated Services" %} - {{ user.username }}{% endblock %} {% block filter_trigger %} {% endblock %} {% block content %}
{% if user.is_authenticated %}

My Activated Services

{% if sentence %}
{% trans sentence %}
{% endif %} {% if messages %}
{% endif %} {% if services_list %} {% if action == 'display' %}
{% trans 'Activate a new service' %}
{% endif %}
{% else %}
{% trans 'No service activated yet, you can now start by' %} {% trans 'Activate one' %}
{% endif %} {% endif %}
{% endblock %}