{% extends TEMPLATE_BASE %} {% load i18n %} {% block header %}

{{ settings.SITE_TITLE }} — {% trans "Twitter Follow?" %}

{% endblock %} {% block content %}
{% trans "We recommend that you follow" %} @{{user_to_follow}}.

{% blocktrans %}That way, {{reason_to_follow}}. We will not abuse of this friendship: only messages pertinent to you will be sent to you directly, and general updates happen only sporadically. {% endblocktrans %}


follow @{{user_to_follow}}

{% endblock %}