<h1><img src="icon:32/system-software-install" alt="{{ pacman }}" />
  {% trans %}Compatible apps{% endtrans %}</h1>

<nav>{% for app in apps %}
  <figure>
    {% if pacman %}
    <a href="appstream://{{ app }}" title="{% trans %}View in {{ pacman }}.{% endtrans %}">
    {% else %}
    <a href="data://text/plain,{{ app.packages }}" title="{% trans %}Packages for {{ app.name|default:app }}.{% endtrans %}">
    {% endif %}
      <img src="{{ app.icon }}" width="128" height="128" alt="{{ app }}" />
      <figcaption>{{ app.name|default:app }}</figcaption>
    </a>
  </figure>
{% empty %}{% trans %}No compatible apps found in {{ pacman }}.{% endtrans %}
{% endfor %}</nav>
