- {{ indexed_cookies("This response contains 3rd party cookies:", "Node sending this cookie", url['cookies_received']['3rd_party']) }}
- {{ indexed_cookies("Cookies, sent somewhere in the capture", "Node sending this cookie", url['cookies_received']['sent']) }}
- {{ indexed_cookies("Cookies, never sent", "", url['cookies_received']['not_sent']) }}
+
+ {% if url['embedded_ressources'] %}
+ {# Details on embedded resources #}
+
+
+
+
+ {% for hash, details in url['embedded_ressources'].items() %}
+
+ {{hash_info(tree_uuid, url['url_object'].uuid, details['type'], hash,
+ details['body_size'], details.get('hash_freq', 0),
+ has_pandora,
+ details.get('legitimacy'),
+ details.get('known_content')) }}
+ {% if enable_context_by_users %}
+ {{ context_form(tree_uuid, url['url_object'].uuid, hash, 'hostnode_popup') }}
+ {% endif %}
+
+ {% endfor %}
+
+ {% endif %}
+
+
+
+
+ {% if url['cookies_received'] %}
+
+
+
+
+ {{ indexed_cookies("This response contains 3rd party cookies:", "Node sending this cookie", url['cookies_received']['3rd_party']) }}
+ {{ indexed_cookies("Cookies, sent somewhere in the capture", "Node sending this cookie", url['cookies_received']['sent']) }}
+ {{ indexed_cookies("Cookies, never sent", "", url['cookies_received']['not_sent']) }}
+
+
+
+ {% endif %}
- {% endif %}
-
diff --git a/website/web/templates/macros.html b/website/web/templates/macros.html
index c6e1203d..eb88ed63 100644
--- a/website/web/templates/macros.html
+++ b/website/web/templates/macros.html
@@ -249,12 +249,10 @@
{% endif %}
-
{% if has_pandora %}
{{ pandora_submit(tree_uuid, urlnode_uuid, hash) }}
{% endif %}
-
{% endmacro %}
{% macro hash_icon(tree_uuid, urlnode_uuid, mimetype, hash) %}