{% extends "base.html" %} {% block title %}{{ t('pricing') if t('pricing') else '收费' }}{% endblock %} {% block content %}

{{ t('contact_us') if t('contact_us') else '联系我们' }}

{{ t('contact_description') if t('contact_description') else '富泽国际,竭诚为您服务!' }}

{% if success %}

感谢您的留言!我们会尽快与您联系。

{% endif %}

联系方式

地址:{{ company.contact.address }}

电话:{{ company.contact.Tel }}

邮箱:{{ company.contact.Email }}

工作时间

周一至周五: 9:00 - 18:00

周六至周日: 休息

发送消息

{% endblock %}