{% tr 'product-center' %}

{% categoryList productCategories with moduleId="2" parentId="0" %} {% for item in productCategories %}
    {% if item.HasChildren %} {% categoryList subCategories with moduleId="1" parentId=item.Id %} {% for inner in subCategories %}
  • {{inner.Title}}
  • {% endfor %} {% endcategoryList %} {% else %} {% archiveList products with type="list" categoryId=item.Id limit="8" %} {% for inner in products %}
  • {{inner.Title}}
  • {% endfor %} {% endarchiveList %} {% endif %}
{% endfor %} {% endcategoryList %}

{% tr 'recommend-products' %}

    {% archiveList products with type="list" moduleId="2" categoryId=0 limit="4" %} {% for item in products %}
  • {{item.Title}}

    {{item.Title}}

  • {% endfor %} {% endarchiveList %}

{% tr 'hot-articles' %}

    {% archiveList articles with type="list" moduleId="1" categoryId=0 limit="8" %} {% for item in articles %}
  • {{item.Title}}
  • {% endfor %} {% endarchiveList %}

{% tr 'contact-us' %}

{% tr 'company' %}: {% system with name="SiteName" %}

{% tr 'contacts' %}: {% contact with name="UserName" %}

{% tr 'cellphone' %}: {% contact with name="Cellphone" %}

{% tr 'wechat' %}: {% contact with name="Wechat" %}

{% tr 'e-mail' %}: {% contact with name="Email" %}

{% tr 'address' %}: {% contact with name="Address" %}