{% extends LOWBONO_TEMPLATE_BASE|default:"lowbono/base.html" %} {% load django_bootstrap5 %} {% load custom_template_filters %} {% block content %} {% if referral_workflow.is_overdue %} {% endif %}

Client & Matter Details ({{professional_type}})

{% include 'lowbono/referral_detail_base.html' %} {% with template_name=template %} {% include template_name %} {% endwith %}
{% include 'lowbono/referral_detail_logs.html' %} {% endblock %}