{% extends "base.html" %} {% load humanize %} {% load display_tags %} {% load static from staticfiles %} {% block add_styles %} .tooltip-inner { max-width: 350px; } {% endblock %} {% block content %}
{% 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 %}
ProTip! Type a to add a new engagement.
{% endblock %} {% block postscript %} {% endblock %}