2 This file is part of Moodle - http://moodle.org/
4 Moodle is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation, either version 3 of the License, or
7 (at your option) any later version.
9 Moodle is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
14 You should have received a copy of the GNU General Public License
15 along with Moodle. If not, see <http://www.gnu.org/licenses/>.
18 @template core_user/contact_site_support_email_body
20 Support email email body.
22 Example context (json):
24 "subject": "email subject",
25 "notloggedinuser": true,
26 "name": "Sender name",
27 "email": "sender@mail.com",
28 "description": "Support request message"
37 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
41 padding: 0.75rem 1.25rem;
43 border: 0 solid transparent;
44 border-radius: 0.5rem;
48 background-color: #fcefdc;
49 border-color: #fbe8cd;
53 background-color: #f8f9fa;
60 <td class="subject"><br /><b>{{#str}}subject{{/str}}:</b> {{subject}}<br /><br /></td>
64 <table style="width: 100%;">
69 <td class="alert alert-warning" colspan="2">
70 {{#str}}supportmessagesentforloggedoutuser, user{{/str}}
77 <td colspan="2"><br /></td>
80 <td> <b>{{#str}}name{{/str}}</b></td>
84 <td colspan="2"><hr></td>
86 <tr style="border-top: 10px" >
87 <td > <b>{{#str}}email{{/str}}</b></td>
91 <td colspan="2"><hr></td>
94 <td> <b>{{#str}}description{{/str}}</b></td>