Recent Tugging

{% for e in recent_edits %}

{{e.action_time|timesince}} ago: The {{e.content_type.model|lower}} {{e.object_repr|default:"(no name specified)"}} {% if e.is_addition %} was added{% elif e.is_change %} was edited{% else %} was deleted{% endif %}.

{% endfor %}