{% extends "layouts/base.html" %} {% load currency_display %} {% load crispy_forms_tags %} {% load i18n %} {% load month_name %} {% load static %} {% block title %} {% if type == "current" %} {% translate "Current Net Worth" %} {% else %} {% translate "Projected Net Worth" %} {% endif %} {% endblock title %} {% block content %}