{% extends 'base/layout.html' %} {% load i18n %} {% block title %}{% trans "Facility comparison" %}{% endblock %} {% block content %}
{% if sites|length < 2 %}| {% for row in matrix %} | {{ row.site.name }}{{ row.count }} {% trans "apps" %} | {% endfor %}|
|---|---|---|
| {{ row.site.name }} | {% for cell in row.cells %} {% if cell.self %}— | {% else %}{{ cell.score }}% {{ cell.common }} {% trans "shared" %} | {% endif %} {% endfor %}
| {% trans "Process" %} | {% trans "Applications by facility" %} | {% trans "Distinct products" %} |
|---|---|---|
| {{ opp.process }} |
{% for col in opp.columns %}
{{ col.site }}
{{ col.apps|join:', ' }}
{% endfor %}
|
{{ opp.distinct_apps }} |
| {% trans "Application" %} | {% trans "Coverage" %} | {% trans "Establishments" %} |
|---|---|---|
| {{ entry.app.name }} |
|
{{ entry.sites|join:', ' }} |