summaryrefslogtreecommitdiffstats
path: root/templates/packages/details_relatedto.html
blob: 55e8ef1388d7d88f0afb815eb02d8d830dc5ed61 (plain)
1
2
3
4
{% load details_link %}
{% for related in all_related %}{% with best_satisfier=related.get_best_satisfier %}
<span class="related">{% if best_satisfier == None %}{{ related.name }}{% else %}{% spaceless %}{% details_link best_satisfier %}{% endspaceless %}{% endif %}{{ related.comparison|default:'' }}{{ related.version|default:'' }}{% if not forloop.last %}, {% endif %}</span>
{% endwith %}{% endfor %}