{% extends "base.html" %} {% load static %} {% load url from future %} {% load i18n %} {% load django_th_extras %} {% block title %}{% trans "My Trigger" %} - {{ user.username }} - {{ current_site.name }}{% endblock %} {% block content %}

{% trans "Congratulations, you have successfully authorized this application to access your Readability account!" %}

{% endblock %}