##// END OF EJS Templates
project: initial commit
project: initial commit

File last commit:

r0:548a840d
r0:548a840d
Show More
alert_uptime.jinja2
8 lines | 292 B | text/plain | TextLexer
{% extends "/email_templates/layout.jinja2" %}
{% block page_title %}{% endblock %}
{% block content %}
<h3>UPTIME: Alert for {{resource.resource_name}}</h3>
<p>Status change on {{ since_when.strftime('%Y-%m-%d %H:%M') }}</p>
<strong>{{ reason }}</strong>
</p>
{% endblock %}