{% extends "main.html" %} {% from 'bootstrap5/utils.html' import render_messages %} {% from 'macros.html' import shorten_string %} {% from 'macros.html' import get_ressource_button %} {% from 'macros.html' import context_form %} {% block title %}Ressources{% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block content %}
SHA 521 | Frequency | Context | Mimetype | Filename |
---|---|---|---|---|
{{ shorten_string(h, 10) }} {{ get_ressource_button(capture_uuid, urlnode_uuid, h, 'Download sample', mimetype and mimetype.startswith('image')) }} | {{ freq }} | {{ context['type'] }} - {{ context['details'] }} {{ context_form(capture_uuid, urlnode_uuid, h, 'ressources') }} | {{ mimetype }} | {{ shorten_string(filename, 10) }} |