Skip to content

Commit

Permalink
[7-8] 未処理通知用のテンプレート
Browse files Browse the repository at this point in the history
  • Loading branch information
hidenorigoto committed Dec 28, 2015
1 parent afebc62 commit 9bdf41d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/Resources/views/mail/admin_unprocessedInquiryList.txt.twig
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 %}
14 changes: 14 additions & 0 deletions docs/lists/ch07/07-08.txt
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 %}

0 comments on commit 9bdf41d

Please sign in to comment.