{% extends "base.html" %} {% import 'macros.html' as macros %} {% block asset %} {% endblock %} {% block header %} {{ macros.page_title(key='COG', title=_('Co-occurrence Graph'), hint=_('Visualize co-occurrence (relationships that focus on how often one phenomenon and another occur at the same time) of faults/alarms.'), hasAction=true) }} {% endblock %} {% block midbody %}