{% extends "base.html" %} {% block title %}{% if customer %}记录沟通 - {{ customer.name }}{% else %}记录沟通{% endif %} - 本地贷款CRM{% endblock %} {% block header_title %}{% if customer %}与 {{ customer.name }} 的沟通{% else %}新建沟通记录{% endif %}{% endblock %} {% block content %}
{% if customer %}
客户:{{ customer.name }} {% if customer.phone %} · {{ customer.phone }}{% endif %}
{% else %}
{% endif %}
取消
{% endblock %}