{% extends "base.html" %} {% block title %}Pay Periods - BiweeklyBudget{% endblock %} {% block extra_head_css %} {% endblock %} {% block body %} {% include 'notifications.html' %}
Start Date | Allocated | Spent | Remaining |
---|---|---|---|
{{ period.start_date|dateymd }} (current) | {% else %}|||
{{ period.start_date|dateymd }} | {% endif %}{{ period.overall_sums['allocated']|dollars }} | {{ period.overall_sums['spent']|dollars }} | {{ period.overall_sums['remaining']|reddollars|safe }} |