TPL_ADMIN_REQS_BODY = """

Time-off Requests

Export CSV
{% for r in rows %} {% endfor %}
UserDateStatusNoteRequestedAction
{{ r.user.username }} {{ r.date }} {{ r.status }} {{ r.note or '' }} {{ r.created_at.strftime('%Y-%m-%d %H:%M') }} {% if r.status == 'pending' %}
{% else %}{% endif %}
"""