{% extends 'dashboard/layout.html' %} {% load i18n %} {% load currency_filters %} {% block title %} {% trans "Plans" %} | {% trans "Wells Fargo" %} | {{ block.super }} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block header %}{% trans "Plan Number" %} | {% trans "APR" %} | {% trans "Term Length (months)" %} | {% trans "Description" %} | {% trans "Is Default" %} | {% trans "Allow New Credit Applications" %} | |
---|---|---|---|---|---|---|
{{ plan.plan_number }} | {{ plan.apr }}% | {{ plan.term_months }} | {{ plan.description }} | {{ plan.is_default_plan }} | {{ plan.allow_credit_application }} | {% trans "Edit" %} {% trans "Delete" %} |
{% trans "No plans found." %} |