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

{% trans "Single Tweet" %}

Here is a single tweet from {{ tweet.sender.username }}:

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