{% extends "layouts/base.html" %} {% block title %}{{ title }}{% endblock %} {################################ HTML CONTENT ################################} {% macro make_table(data, attrs, headers, title='') -%}
{{ h }} | {% endfor %}||||
---|---|---|---|---|
{{ h }} | {% endfor %}||||
{% elif attrs and (field.index-1, loop.index-1) in attrs.get('red', []) %} | {% elif attrs and (field.index-1, loop.index-1) in attrs.get('orange', []) %} | {% elif attrs and (field.index-1, loop.index-1) in attrs.get('blue', []) %} | {% else %} | {%- endif -%} {%- if attrs and (field.index-1, loop.index-1) in attrs.get('bold', []) -%} {{ f }} {%- elif attrs and (field.index-1, loop.index-1) in attrs.get('datetime', []) -%} {{ f | datetime }} {%- else -%} {{ f }} {%- endif -%} | {%- endfor %}