{{ note.created_at }} - {{ note.user.summary }} - {{ note.content }}
{% endfor %} {% if notes|length < 1 %}
No notes found.
{% endif %}
{% extends "pagerduty_layout.html" %} {% block body %}
PagerDuty Notes
{{ note.created_at }} - {{ note.user.summary }} - {{ note.content }}
No notes found.