summaryrefslogtreecommitdiff
path: root/lib/mail/templates/pq-submitted-admin.hbs
blob: d94f4afb71447a3c2e1b0eb3b30d79411573ec0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{{> header logoUrl=logoUrl }}

<h1 style="font-size:28px; margin-bottom:16px;">
  PQ 제출 알림
</h1>

<p style="font-size:16px; line-height:32px; margin-bottom:16px;">
  새로운 {{#if isProjectPQ}}프로젝트{{else}}일반{{/if}} PQ가 제출되어 검토가 필요합니다.
</p>

<div style="background-color: #f3f4f6; border-radius: 4px; padding: 15px; margin: 20px 0;">
  <p style="font-size:16px; margin:4px 0;"><strong>협력업체명:</strong> {{vendorName}}</p>
  <p style="font-size:16px; margin:4px 0;"><strong>협력업체 ID:</strong> {{vendorId}}</p>
  {{#if isProjectPQ}}
  <p style="font-size:16px; margin:4px 0;"><strong>프로젝트명:</strong> {{projectName}}</p>
  <p style="font-size:16px; margin:4px 0;"><strong>프로젝트 ID:</strong> {{projectId}}</p>
  {{/if}}
  <p style="font-size:16px; margin:4px 0;"><strong>제출일:</strong> {{submittedDate}}</p>
</div>

<p style="font-size:16px; line-height:32px; margin-bottom:16px;">
  빠른 시일 내에 이 제출 내용을 검토해 주세요.
</p>

<p>
  <a href="{{adminUrl}}" target="_blank" style="display: inline-block; width: 250px; padding: 12px 20px; background-color: #163CC4; color: #ffffff !important; text-decoration: none; border-radius: 8px; text-align: center; line-height: 28px; margin-top: 16px;">
    PQ 제출 검토하기
  </a>
</p>

{{> footer logoUrl=logoUrl companyName=companyName year=currentYear }}