{% extends "network/base.html" %} {% load i18n %} {% load l10n %} {% load staticfiles %} {% block content %}

Latest modifications

{% for l in latest %} {% endfor %}
Action Model Name Time elapsed
{% if l.modified_at == l.created_at %}created{% else %}modified{% endif %} {{ l.class_name }} {{ l.name }} {{ l.modified_at|timesince }}

Dashboard foo bar baz

{% endblock %}