-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
afebc62
commit 9bdf41d
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
app/Resources/views/mail/admin_unprocessedInquiryList.txt.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
未処理お問い合わせの一覧 ({{ ""|date("Y-m-d H:i") }}時点) | ||
|
||
{% for inquiry in inquiryList %} | ||
------------------------------------------------- | ||
■ID: {{ inquiry.id }} {{ inquiry.name }} 様 | ||
-URL: {{ url_base }}{{ path("app_admininquiryedit_input", | ||
{"id":inquiry.id}) }} | ||
-種別:{% if inquiry.type == 0 %}公演について | ||
{% else %}その他 | ||
{% endif %} | ||
-内容: | ||
{{ inquiry.content }} | ||
|
||
{% endfor %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
未処理お問い合わせの一覧 ({{ ""|date("Y-m-d H:i") }}時点) | ||
|
||
{% for inquiry in inquiryList %} | ||
------------------------------------------------- | ||
■ID: {{ inquiry.id }} {{ inquiry.name }} 様 | ||
-URL: {{ url_base }}{{ path("app_admininquiryedit_input", | ||
{"id":inquiry.id}) }} | ||
-種別:{% if inquiry.type == 0 %}公演について | ||
{% else %}その他 | ||
{% endif %} | ||
-内容: | ||
{{ inquiry.content }} | ||
|
||
{% endfor %} |