{% extends 'cmdbase/base.html' %} {% load i18n static %} {% block title %}{{ object }}{% endblock %} {% block content %}
{{ root_reportitem.data }}
Created: {{ object.created }} | Updated: {{ object.updated }} | Id: {{ object.id }}
Item | Action | Path | Data |
---|---|---|---|
{% if r.item %}{{ r.item }}{% endif %} | {{ r.get_action_display | default_if_none:'' }} | {% if r.path %}{{ r.path }}{% else %}Root{% endif %} | {{ r.data }} |
Issue | Path | Data |
---|---|---|
{{ i.display }} | {% if i.path %}{{ i.path }}{% else %}Root{% endif %} | {{ i.data }} |