{% extends 'cmdbase/base.html' %} {% load i18n static %} {% block title %}{{ object }} (Reporter){% endblock %} {% block content %}

{{ object }}

Reporter


Last reports

{% endblock %} {% block script %} {% include 'cmdbase/_report_list_script.html' with by=object.id %} {% endblock %}