{% extends "staff/cards/base.html" %} {% block content %}
{% if headers %} {% for header in headers %} {% endfor %} {% endif %} {% for row in rows %} {% for cell in row %} {% endfor %} {% endfor %} {% if footers %} {% for footer in footers %} {% endfor %} {% endif %}
{{ header }}
{{ cell }}
{{ footer }}
{% endblock %}