2022-10-19 12:32:56 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
{% autoescape off %}
|
2024-02-09 12:03:25 -07:00
|
|
|
{{ message }}
|
2022-10-19 12:32:56 +01:00
|
|
|
{% endautoescape %}
|
2024-02-09 12:03:25 -07:00
|
|
|
|
2022-10-19 12:32:56 +01:00
|
|
|
{% if limit_notification %}
|
|
|
|
|
<br><br>
|
|
|
|
|
<span style="color: #333333;"><em>{{ emails_left }} emails left for the organization today. Contact your admin.</em></span>
|
|
|
|
|
{% endif %}
|
|
|
|
|
|
2024-02-09 12:03:25 -07:00
|
|
|
<hr/>
|
|
|
|
|
<a href="{{ url }}">Alert Group #{{ alert_group_number }}</a> from {{ integration }}
|
|
|
|
|
<span>|</span>
|
|
|
|
|
<a href="{{ instance_url }}">{{ instance_url }}</a>
|
|
|
|
|
<span>|</span>
|
|
|
|
|
<a href="https://grafana.com/docs/oncall/latest/">Docs</a>
|
|
|
|
|
<p>
|
|
|
|
|
- Your <a href="https://grafana.com/products/cloud/oncall/">Grafana OnCall</a>
|
|
|
|
|
</p>
|
|
|
|
|
|
2022-10-19 12:32:56 +01:00
|
|
|
<!-- this ensures Gmail doesn't trim the email -->
|
|
|
|
|
<span style="display:none;">{% now "H:i.u e"%}</span>
|
|
|
|
|
<!---->
|