{% extends 'layouts/base.html' %} {% block title %} {{cloudName}} {% endblock title %} {% block stylesheets %} {% endblock stylesheets %} {% block content %}

Ops-center Notes


{% for note in notes %}
Author: {{ note.author }}
Date: {{ note.time }}
Time: {{ note.date }}
{{ note.content }}
x
{% endfor %}
{% endblock content %} {% block javascripts %} {% endblock javascripts %}