{% 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") %}

{{ group }}

{% if tag %}

{{ tag }}

{% endif %} {{ macros.group_links(group) }}
{% if not only_fake_trunk_graphs %}
{{ graph_iframe("") }}
{{ graph_iframe("") }}
{{ graph_iframe("") }}
{{ graph_iframe("") }}
{{ graph_iframe("") }}
{{ graph_iframe("") }}
{{ graph_iframe("") }}
{{ graph_iframe("") }}
{{ graph_iframe("") }}
{% else %}
{{ graph_iframe("") }}
{{ graph_iframe("") }}
{% endif %}
{{ elm.footer() }} {% endblock %}