{% extends 'base.html.j2' %} {% block title %} View Report {{ report.id }} {% endblock title %} {% block content_before %} View Report {{ report.id }} {% endblock content_before %} {% block content %}
Message:
{{ report.body }}

Client Version:
{{ report.client_version }}

Other Player:
{% set other_char = report.other_player_id|parse_other_player_id %} {% if other_char %} {{other_char[1]}} {% else %} None {% endif %}

Type:
{{ report.selection[2:-1]|lu_translate }}

Submitted:
{{ report.submitted }}

Resolved:
{{ report.resolved_time }}

Resolved By:
{{ resolved_by }}

Resolution:
{{ report.resolution }}

{% endblock content %}