{% extends "admin_tools/dashboard/module.html" %} {% load i18n %} {% block module_content %}
{% if child.content_type %}{% filter capfirst %}{% trans child.content_type.name %}{% endfilter %} {% endif %} | {% if child.is_deletion %}{{ child.object_repr }} | {% else %}{{ child.object_repr }} {% endif %} | {{child}} {% trans "by" %} {{child.user}} | {{ child.action_time|date }} |