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