{% if user.is_staff or authorized %}
{% include "dojo/snippets/engagement_list.html" with engs=engs count=engs_count parm_name="engs" status="open" type=engagement_type %}
{% include "dojo/snippets/engagement_list.html" with engs=queued_engs count=queued_engs_count parm_name="queued_engs_count" status="paused" type=engagement_type %}
{% include "dojo/snippets/engagement_list.html" with engs=i_engs count=i_engs_count parm_name="i_engs" status="closed" type=engagement_type %}
{% endif %}