選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

lastname.html.twig 146B

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