{% extends "pagerduty_layout.html" %} {% block body %}
{% for note in notes %}

{{ note.created_at }} - {{ note.user.summary }} - {{ note.content }}


{% endfor %} {% if notes|length < 1 %}

No notes found.


{% endif %}
{% endblock %}