Initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<p>Назва: {{name}}</p>
|
||||
<p>Початок: {{#if isAllDay}}{{dateStartFull}}{{else}}{{dateStartFull}} ({{timeZone}}){{/if}}</p>
|
||||
{{#if isUser}}
|
||||
{{#if description}}
|
||||
<p>{{{description}}}</p>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
<p>
|
||||
<a href="{{acceptLink}}" style="font-size: 1.2em">Прийняти</a> ·
|
||||
<a href="{{tentativeLink}}" style="font-size: 1.2em">Не впевнений</a> ·
|
||||
<a href="{{declineLink}}" style="font-size: 1.2em">Відхилити</a>
|
||||
</p>
|
||||
{{#if joinUrl}}
|
||||
<p>
|
||||
<a href="{{joinUrl}}">Приєднатися</a>
|
||||
</p>
|
||||
{{/if}}
|
||||
{{#if isUser}}
|
||||
<p><a href="{{recordUrl}}">Відкрити запис</a></p>
|
||||
{{/if}}
|
||||
@@ -0,0 +1 @@
|
||||
Запрошення на {{entityTypeLowerFirst}} '{{name}}'
|
||||
Reference in New Issue
Block a user