{% extends "header.html" %} {% import 'macros.html' as macros %} {% import 'elements.html' as elm %} {% block scripts %} {{ super() }} {% endblock %} {% macro graph_iframe(graph_url) %} {% endmacro %} {% block title %} Graphs: {{ group }} {% endblock %} {% block content %} {% set only_fake_trunk_graphs = (card["properties"]["fake_group"] and card["slaves"]|length == 0) or (card["tags"]["metaprj"] == "unsorted") %}