{% extends "base.html" %} {% block body %} {% if message %}

{{ message }}

{% endif %} {% if error %}

{{ error }}

{% endif %}

{{ tweetswarm.name }}

This TweetSwarm retweets tweets meeting the following criteria:

From account:

{{ tweetswarm.master }}

{% if tweetswarm.callsign %}

With the hashtag:

#{{ tweetswarm.callsign }}

{% endif %}
{% if not joined %}
{% else %}
{% endif %} {% endblock %}