{% extends 'dashboard/layout.html' %} {% load i18n %} {% load currency_filters %} {% block title %} {% trans "Delete plan?" %} | {% trans "Wells Fargo" %} | {{ block.super }} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block headertext %} {% trans "Delete plan?" %} {% endblock %} {% block dashboard_content %}{% trans "Plan Number" %} | {{ plan.plan_number }} |
---|---|
{% trans "Description" %} | {{ plan.description }} |
{% trans "APR" %} | {{ plan.apr }}% |
{% trans "Term Length (months)" %} | {{ plan.term_months }} |