{% extends 'layouts/base.html' %} {% block title %} {{cloudName}} {% endblock title %} {% block stylesheets %} {% endblock stylesheets %} {% block content %}
{% for note in opcenterData%} {% if note.modified %} {% else %} {% endif %} {% endfor %}
Date / Time Owners Notes Edit Versions
{{note.dateTime}} {{note.author}}{{note.content}} - edited{{note.content}} {% if note.count %} {{note.count}} {% else %} 0 {% endif %}
{% include "includes/footer.html" %}
{% endblock content %} {% block javascripts %} {% endblock javascripts %}