{% extends 'dlux/base.html' %} {% load static dlux_translation %} {% block title %}{{ DLUX_STRINGS.reports_title }}{% endblock %} {% block content %}
{{ DLUX_STRINGS.reports_subtitle }}
| {{ DLUX_STRINGS.user_report_username }} | {{ DLUX_STRINGS.user_report_count }} |
|---|---|
| {{ item.label }} | {{ item.count }} |
| {{ DLUX_STRINGS.reports_empty }} | |
| {{ DLUX_STRINGS.user_report_model }} | {{ DLUX_STRINGS.user_report_count }} |
|---|---|
| {{ item.label }} | {{ item.count }} |
| {{ DLUX_STRINGS.reports_empty }} | |
| {{ DLUX_STRINGS.user_report_action }} | {{ DLUX_STRINGS.user_report_count }} |
|---|---|
| {{ item.label }} | {{ item.count }} |
| {{ DLUX_STRINGS.reports_empty }} | |
| {{ DLUX_STRINGS.user_report_timestamp }} | {{ DLUX_STRINGS.user_report_count }} |
|---|---|
| {{ item.label }} | {{ item.count }} |
| {{ DLUX_STRINGS.reports_empty }} | |
| {{ DLUX_STRINGS.user_report_username }} | {{ DLUX_STRINGS.tbl_full_name }} | {{ DLUX_STRINGS.tbl_staff_tier }} | |
|---|---|---|---|
| {{ visible_user.username }} | {{ visible_user.get_full_name|default:visible_user.username }} | {% if visible_user.is_staff %}{{ DLUX_STRINGS.badge_staff }}{% else %}{{ DLUX_STRINGS.regular_user|default:"User" }}{% endif %} | |
| {{ DLUX_STRINGS.reports_empty }} | |||