您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

6 行
146B

  1. {% set item = entity.instance %}
  2. {% if item.user is not null %}
  3. {{ item.user.lastname }}
  4. {% else %}
  5. {{ item.visitorLastname }}
  6. {% endif %}