]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/templates/voip/index.html
voip: Show queues
[ipfire.org.git] / src / templates / voip / index.html
index c8abf825269847876d274b30c45002e8fa8395a5..df15086f34bdde858de21ccacc1ddcbc528beacb 100644 (file)
                </section>
        {% end %}
 
+       {% if queues %}
+               <section class="section">
+                       <div class="container">
+                               <h4 class="title is-4">
+                                       {{ _("Queues") }}
+                                       <span class="tag">{{ len(queues) }}</span>
+                               </h4>
+
+                               {% module VoIPQueues(queues) %}
+                       </div>
+               </section>
+       {% end %}
+
        {% if outbound_registrations %}
                <section class="section">
                        <div class="container">