{% extends "base.html" %} {% block title %}{% if app %}编辑贷款申请{% else %}新建贷款申请{% endif %} - 本地贷款CRM{% endblock %} {% block header_title %}{% if app %}编辑贷款申请{% else %}新建贷款申请{% endif %}{% endblock %} {% block content %}
{% if customer %}
客户:{{ customer.name }} {% if customer.phone %} · {{ customer.phone }}{% endif %}
{% endif %}
{% if app %}
{% endif %}
取消
{% endblock %}