{% extends "base.html" %} {% block title %}information on {{ function|e }} hash {{ hashvalue|e }}{% endblock %} {% block content %}

{{ function|e }} {{ hashvalue|e }}

{%- for entry in entries -%} {%- endfor -%}
packagefilenamesizedifferent function
{{ entry.package|e }}:{{ entry.architecture|e }} {{ entry.filename|e }}{{ entry.size|filesizeformat }} {% if function != entry.function %}{{ entry.function|e }}{% endif %}
{% endblock %}