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

Account Details

{% for customer in datas %} {% endfor %}
Account Name Status Spoc Alert Received On
{{customer['CloudName']}} {{colorsss[customer['System Name']]}} {% if customer['Owner'] and customer['Owner'] != '' %} {{customer['Owner']}} {% else %} Not Assigned {% endif %} {{customer['DateTime']}}
test test test test
{% include "includes/footer.html" %}
{% endblock content %} {% block javascripts %} {% endblock javascripts %}