{% extends "base.html" %} {% block title %}Pay Periods - BiweeklyBudget{% endblock %} {% block extra_head_css %} {% endblock %} {% block body %} {% include 'notifications.html' %}
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 }} |