{% csrf_token %} {{ form.as_table }}
Proposed tweet: {{ tweet.text }}
Author: {{ tweet.author_email }}

History
{% for comment in comments %} {{ comment.created_at|timesince }} ago: {{ comment.text }}
{% endfor %}