{% extends base_template %} {% load static %} {% block content %} {% comment %} When list_live is on, liveops.js connects the user's audience channel and re-fetches this table into #liveop-list on every liveop_list_changed push. {% endcomment %}
{% include "liveops/_operation_list_table.html" %}
{% if list_live %} {% endif %} {% endblock %}