You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td>{{ _("'@{user_name}' commented on '{request_title}':").format(user_name=event_creator_name, request_title=request_title) }}</td>
30
+
</tr>
31
+
<tr>
32
+
<td><em>{{ request_event_content }}</em></td>
33
+
</tr>
34
+
<tr>
35
+
<td><ahref="{{ request_link }}"class="button">{{ _("Check out the request")}}</a></td>
36
+
</tr>
37
+
<tr>
38
+
<td><strong>_</strong></td>
39
+
</tr>
40
+
<tr>
41
+
<tdstyle="font-size:smaller">{{ _("This is an auto-generated message. To manage notifications, visit your")}} <ahref="{{account_settings_link}}">{{ _("account settings")}}</a>.</td>
42
+
</tr>
43
+
</table>
44
+
{%- endblockhtml_body%}
45
+
46
+
{%- blockplain_body -%}
47
+
{{ _("@{user_name} commented on '{request_title}'").format(user_name=event_creator_name, request_title=request_title) }}.
48
+
49
+
{{ request_event_content }}
50
+
51
+
{{ _("Check out the request: {request_link}").format(request_link=request_link) }}
52
+
53
+
{%- endblockplain_body%}
54
+
55
+
{# Markdown for Slack/Mattermost/chat #}
56
+
{%- blockmd_body -%}
57
+
{{ _("*@{user_name}* commented on *{request_title}*").format(user_name=event_creator_name, request_title=request_title) }}.
58
+
59
+
{{ request_event_content }}
60
+
61
+
[{{_("Check out the request")}}]({{request_link}})
<td>{{ _("'@{user_name}' commented on '{request_title}':").format(user_name=event_creator_name, request_title=request_title) }}</td>
29
+
</tr>
30
+
<tr>
31
+
<td><em>{{ request_event_content }}</em></td>
32
+
</tr>
33
+
<tr>
34
+
<td><ahref="{{ request_link }}"class="button">{{ _("Check out the request")}}</a></td>
35
+
</tr>
36
+
<tr>
37
+
<td><strong>_</strong></td>
38
+
</tr>
39
+
<tr>
40
+
<tdstyle="font-size:smaller">{{ _("This is an auto-generated message. To manage notifications, visit your")}} <ahref="{{account_settings_link}}">{{ _("account settings")}}</a>.</td>
41
+
</tr>
42
+
</table>
43
+
{%- endblockhtml_body%}
44
+
45
+
{%- blockplain_body -%}
46
+
{{ _("@{user_name} commented on '{request_title}'").format(user_name=event_creator_name, request_title=request_title) }}.
47
+
48
+
{{ request_event_content }}
49
+
50
+
{{ _("Check out the request: {request_link}").format(request_link=request_link) }}
51
+
52
+
{%- endblockplain_body%}
53
+
54
+
{# Markdown for Slack/Mattermost/chat #}
55
+
{%- blockmd_body -%}
56
+
{{ _("*@{user_name}* commented on *{request_title}*").format(user_name=event_creator_name, request_title=request_title) }}.
57
+
58
+
{{ request_event_content }}
59
+
60
+
[{{_("Check out the request")}}]({{request_link}})
0 commit comments