{% csrf_token %}
Proposed tweet:
{{ tweet.text }}
Author:
{{ tweet.author_email }}
{{ form.as_table }}
History
{% for comment in comments %}
{{ comment.created_at|timesince }} ago:
{{ comment.text }}
{% endfor %}