{% extends "settings.html" %} {% load i18n %} {% block settings %}
{% trans "PubSubHubbub subscriptions" %} (?)
{% if page.msg %}{{ page.msg }}
{% endif %} {% if subs %}# | {% trans "Service" %} | {% trans "Verified" %} | {% trans "Expire" %} | |
---|---|---|---|---|
{{ forloop.counter }}. | {{ s.service.name }} | {% ifequal s.verified 1 %}{% trans "Yes" %}{% else %}{% trans "No" %}{% endifequal %} | {{ s.expire }} | {% trans "unsubscribe" %} |