{% extends "base.html" %} {% block content %}
{{ form }}
{% for update in updates %} {% endfor %}
{{ update.status }} {{ update.created_at|timesince }}
{% endblock %}