Back to Zulip

Activity Table

templates/corporate/activity/activity_table.html

12.0600 B
Original Source

{% if data.title == "Remote servers" %} {% include "corporate/activity/remote_activity_key.html" %} {% endif %} {% if data.header %} {% for entry in data.header %}

{{ entry.name }} : {{ entry.value }}

{% endfor %} {% endif %} {{ data.rows|length}} rows

| {% for col in data.cols %} {{ col }} | {% endfor %} | --- | {% for row in data.rows %} | {% for field in row.cells %} {{ field }} | {% endfor %} {% endfor %} {% if data.totals %} | {% for total in data.totals %} {{ total }} | {% endfor %} {% endif %}