Generate CSV
Overview for payperiod starting on {{start_date}}
{% if warnings %}
{% for line in warnings %}
{{ line }}
{% endfor %}
{% else %}
No potential problems found.
{% endif %}
Download CSV for payperiod {{ start_date }}
{% include 'partial_footer.html' %}