{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% trans "Communication Request" %} - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ comm_req.resolution_notes }}
{{ comm_req.resolved_as_type_label }}
{{ comm_req.resolved_as_object_id }}
{% trans "Convert this communication request into a record:" %}
{% trans "Created" %}
{{ comm_req.created_at|date:"M d, Y H:i" }}
{{ comm_req.source_user.user.get_full_name }}
{% trans "Contacted" %}
{{ comm_req.contacted_at|date:"M d, Y H:i" }}
{{ comm_req.contacted_by.get_full_name }}
{{ comm_req.get_status_display }}
{{ comm_req.modified_at|date:"M d, Y H:i" }}