{% extends "zwitschern/base.html" %} {% load i18n %} {% block head_title %}{% blocktrans %}Single Tweet{% endblocktrans %}{% endblock %} {% block body %}

{% trans "Single Tweet" %}

{% blocktrans with tweet.sender.username as tweet_sender %} Here is a single tweet from {{ tweet_sender }}: {% endblocktrans %}

{{ tweet.sender }} {{ tweet.html|safe|urlize }} {{ tweet.sent|timesince }} ago reply
{% endblock %}