{% if file_content is defined and file_content -%}
{% endif -%}
Toggle navigation
{% if logo -%}
{% endif -%} {{title}}
@ {{host}}
{{user}}
{{suite}}
{% for method, name, icon in [ ("cycles", "cycles list", "glyphicon-tasks"), ("taskjobs", "task jobs list", "glyphicon-th-list"), ("broadcast_states", "broadcasts list", "glyphicon-bullhorn")] %} {% if name == self.title_name() %}
{{name}}
{% else %}
{{name}}
{% endif %} {% endfor %} {% if files -%} {% for scheme, scheme_files in files|dictsort -%} {% if scheme_files -%}
{{scheme}} files
{% for key, log in scheme_files|dictsort -%} {% if log.paths and log.paths|length > 1 -%}
{{log.path}}
{% for log_path in log.paths -%}
{{log_path}}
{% endfor -%}
{% else -%}
{{key}}
{% endif -%} {% endfor -%}
{% endif -%} {% endfor -%} {% endif -%} {% if info -%}
rose-suite.info
×
Suite Info
{% for key, value in info|dictsort -%} {% if info[key] -%}
{{key}}
{{info[key]}}
{% endif -%} {% endfor -%}
{% endif -%}
{% if path is defined %} {% include "view-mode.html" %} {% endif %}
{% block content %}{% endblock %}
Rose {{rose_version}}
{% if path is defined and path -%} {% endif -%} {% if file_content is defined and file_content -%} {% endif -%}