{% extends 'dashboard/layout.html' %} {% load i18n %} {% load currency_filters %} {% load wfrs_filters %} {% block title %} {% trans "Pre-Qualification Inquiries" %} | {% trans "Wells Fargo" %} | {{ block.super }} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block headertext %} {% trans "Pre-Qualification Inquiry Details" %} {% endblock %} {% block dashboard_content %}| {% trans "UUID" %} | {{ object.uuid }} |
|---|---|
| {% trans "Locale" %} | {{ object.locale_name }} |
| {% trans "Entry Point" %} | {{ object.entry_point_name }} |
| {% trans "First Name" %} | {{ object.first_name }} |
| {% trans "Last Name" %} | {{ object.last_name }} |
| {% trans "Address Line 1" %} | {{ object.line1 }} |
| {% trans "City" %} | {{ object.city }} |
| {% trans "State" %} | {{ object.state }} |
| {% trans "Postal Code" %} | {{ object.postcode }} |
| {% trans "Phone" %} | {{ object.phone.as_international }} |
| {% trans "Created Date" %} | {{ object.created_datetime }} |
| {% trans "Modified Date" %} | {{ object.modified_datetime }} |
| {% trans "Status" %} | {{ object.response.status_name }} ({{ object.response.status }}) |
|---|---|
| {% trans "Message" %} | {{ object.response.message }} |
| {% trans "Offer Indicator" %} | {{ object.response.offer_indicator }} |
| {% trans "Credit Limit" %} | {{ object.response.credit_limit | currency }} |
| {% trans "Unique Response ID" %} | {{ object.response.response_id }} |
| {% trans "Customer Response" %} | {{ object.response.customer_response_name | default:"-" }} |
| {% trans "Resulting Order" %} | {% if object.response.customer_order %} {{ object.response.customer_order.number }} {% else %} - {% endif %} |
| {% trans "Reported Date" %} | {{ object.response.reported_datetime | default:"-" }} |
| {% trans "Created Date" %} | {{ object.response.created_datetime }} |
| {% trans "Modified Date" %} | {{ object.response.modified_datetime }} |
| {% trans "Failed to request pre-qualification status from Wells Fargo." %} | |