{% extends 'layouts/base.html' %} {% load static %} {% load hospital_filters %} {% block title %}{{ report.name }} - Report Details - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ report.description }}
{% endif %}| {{ column }} | {% endfor %}
|---|
| {{ row|lookup:column_key|default:"-" }} | {% endfor %}
No data found
The report filters may be too restrictive or no data exists for the selected criteria.
{{ report.filter_config|json_script:"filterConfig" }}
No filters configured
{% endfor %}