{% extends "base.html" %} {% block title %}Pay Periods - BiweeklyBudget{% endblock %} {% block extra_head_css %} {% endblock %} {% block body %} {% include 'notifications.html' %}
{{ pp_curr_sums['remaining']|dollars }}
Remaining this period
{{ pp_next_sums['remaining']|dollars }}
Remaining next period
{{ pp_following_sums['remaining']|dollars }}
Remaining following period
Pay Periods
Start Date Allocated Spent Remaining
{{ pp_prev_date|dateymd }} {{ pp_prev_sums['allocated']|dollars }} {{ pp_prev_sums['spent']|dollars }} {{ pp_prev_sums['remaining']|reddollars|safe }}
{{ pp_curr_date|dateymd }} (current) {{ pp_curr_sums['allocated']|dollars }} {{ pp_curr_sums['spent']|dollars }} {{ pp_curr_sums['remaining']|reddollars|safe }}
{{ pp_next_date|dateymd }} {{ pp_next_sums['allocated']|dollars }} {{ pp_next_sums['spent']|dollars }} {{ pp_next_sums['remaining']|reddollars|safe }}
{{ pp_following_date|dateymd }} {{ pp_following_sums['allocated']|dollars }} {{ pp_following_sums['spent']|dollars }} {{ pp_following_sums['remaining']|reddollars|safe }}
Find Pay Period
{% endblock %} {% block extra_foot_script %} {% endblock %}