Project emails: generic template works for both onelab and f4f
[unfold.git] / portal / templates / project_request_email.html
1 <img src="{{current_site}}/static/img/{{theme.logo}}" width="80px">
2 <br>
3 <h1>NEW PROJECT REQUEST</h1>
4 <br>
5 <p>You are receiving this request because we have you listed as a manager at an organization that uses {{theme.label}}.</p>
6 <p>A user from your organization has requested the creation of a new project.</p>
7 <br>
8 <b>Project name  :</b> {{project_name}}</br>
9 <b>Authority     :</b> {{authority_hrn}}</br>
10 <b>Email         :</b> {{email}}</br>
11 <b>Purpose       :</b> {{purpose}}</br>
12 <b>Portal url    :</b> {{current_site}}</br> 
13 <p></p>
14 <p>You can see this new project request <a href="{{current_site}}/portal/institution#requests">in the portal.</a><p>
15 <p>Please be sure that you know the user who is requesting this project, as you are responsible for his or her actions.</p>
16 <p>And kindly ensure that the stated experiment purpose is clear.</p>
17 <p>{{theme.label}} and its affiliated testbeds exist purely to support useful and interesting work. To ensure the future of these environments, we need to know what work is actually being done.</p>
18 <p></p>
19 <p>If you believe that you have received this message in error, or if you have any questions, kindly contact contact@{{theme.theme}}.eu</p>
20 <br>
21 <p>Yours sincerely,</p>            
22 <p>The {{{{theme.label}}}} team</p>
23
24 {%# include theme|add:"_widget-email_footer.html" %}