{% extends "base.html" %} {% block title %}sharing between {{ details1.package|e }}:{{ details1.architecture|e }} and {{ details2.package|e }}:{{ details2.architecture|e }}{% endblock%} {% block content %}
Version of {{ details1.package|e }}:{{ details1.architecture|e }}: {{ details1.version|e }}
{%- if details1.package != details2.package or details1.architecture != details2.architecture -%}Version of {{ details2.package|e }}:{{ details2.architecture|e }}: {{ details2.version|e }}
{%- endif -%}{{ details1.package|e }}:{{ details1.architecture|e }} | {{ details2.package|e }}:{{ details2.architecture|e }} | ||
---|---|---|---|
size | filename | hash functions | filename |
1 %} rowspan={{ entry.matches|length }}{% endif %}>{{ entry.size|filesizeformat }} | 1 %} rowspan={{ entry.matches|length }}{% endif %}> {%- for filename in entry.filenames %}{{ filename|e }}{% endfor -%} | {% 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 }} |