{% load inventory_monitor %} {% with status=record|get_status:status_type %} {% if status %}
{{ status.message }}
{% else %} {{ ''|placeholder }} {% endif %} {% endwith %}