{% extends "layouts/base.html" %} {% load i18n static %} {% block title %}{% trans "HIS Log" %} #{{ log.request_id }} - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% trans "Request and response details" %}
{{ log.ip_address }}
{{ log.recipient }}
{{ log.event_type }}
{{ log.patient_id }}
{{ log.journey_id }}
{{ log.error_message }}