{# TABLE RENDERES #} {# ------------------------------------------------------------------------- #} {% macro render_stats_table(table_title, dict_obj, align="right") -%} {% if table_title -%}
{{ table_title }}
{%- endif %} {% if dict_obj -%}| {{ key }} | {{ value|autoformat }} |
|---|
{{ df_title }}
{%- endif %}| {{ df.index.name or ""|autoformat }} | {%- endif %} {% for col in df.columns -%}{{ col|autoformat }} | {%- endfor %}
|---|---|
| {{ index|autoformat }} | {%- endif %} {% for value in row -%}{{ value|autoformat }} | {%- endfor %}