{% extends 'oscar/dashboard/users/detail.html' %} {% load i18n %} {% load wfrs_credit_apps %} {% load render_table from django_tables2 %} {% block tab_nav %} {% endblock %} {% block user_reviews %} {{ block.super }}

{% trans "Credit Applications" %}

{% trans 'View All Owned Applications' %} {% trans 'View All Submitted Applications' %}

{% get_credit_apps_owned_by_user customer as applications %} {% get_table_for_applications 'owned_apps' applications as apps_table %} {% render_table apps_table %}
{% endblock %}