{% 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 "Product Price Threshold" %} | {% trans "Advertising Enabled" %} | {% trans "Is Default" %} | {% trans "Allow New Credit Applications" %} | |
---|---|---|---|---|---|---|---|---|
{{ plan.plan_number }} | {{ plan.apr }}% | {{ plan.term_months }} | {{ plan.description }}{{ plan.fine_print_superscript }} | {{ plan.product_price_threshold | currency }} | {{ plan.advertising_enabled }} | {{ plan.is_default_plan }} | {{ plan.allow_credit_application }} | {% trans "Edit" %} {% trans "Delete" %} |
{% trans "No plans found." %} |