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