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

email.html.twig 142B

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