{% 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 service.name.auth_required == True %} {% endif %} {{ service.counter_ok }} {% trans "ran successfully" %} - {{ service.counter_ko }} {% trans "failed" %}