Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<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}}">Принять</a>, <a href="{{declineLink}}">Отклонить</a>, <a href="{{tentativeLink}}">Не уверен</a>
|
||||
</p>
|
||||
{{#if isUser}}
|
||||
<p><a href="{{recordUrl}}">Открыть запись</a></p>
|
||||
{{/if}}
|
||||
@@ -0,0 +1 @@
|
||||
Приглашение на {{entityTypeLowerFirst}} '{{name}}'
|
||||
Reference in New Issue
Block a user