{% extends "base.html" %} {% block title %}sharing between {{ details1.package|e }} and {{ details2.package|e }}{% endblock%} {% block content %}

{{ details1.package|e }} <-> {{ details2.package|e }}

Version of {{ details1.package|e }}: {{ details1.version|e }}

Architecture of {{ details1.package|e }}: {{ details1.architecture|e }}

{%- if details1.package != details2.package -%}

Version of {{ details2.package|e }}: {{ details2.version|e }}

Architecture of {{ details2.package|e }}: {{ details2.architecture|e }}

{%- endif -%} {%- for entry in shared -%} 1 %} rowspan={{ entry.matches|length }}{% endif %}>{{ entry.size|filesizeformat }} 1 %} rowspan={{ entry.matches|length }}{% endif %}> {%- for filename in entry.filenames %}{{ filename|e }}{% endfor -%} {%- endfor -%} {%- endfor -%}
{{ details1.package|e }}{{ details2.package|e }}
sizefilenamehash functionsfilename
{% for filename, match in entry.matches.items() -%} {% if not loop.first %}
{% endif -%} {%- for funccomb, hashvalue in match.items() -%} {{ funccomb[0]|e }} {%- if funccomb[0] != funccomb[1] %} -> {{ funccomb[1]|e }}{% endif %} {%- if not loop.last %}, {% endif %} {%- endfor -%} {{ filename|e }}
{% endblock %}