{% extends "layout.html" %} {% block title %}{{ project.label }}{% endblock %} {% block head %} {% endblock %} {% block breadcrumb %} Projects → {{ project.label }} {% endblock %} {% block api_link %} View in API {% endblock %} {% block content %} {% if project.description %}
{{ project.description }}
{% endif %} {% if highlight_components|length != 0 %}Qualifier | Version | ||
---|---|---|---|
{{ component.qualifier.name }} | {{ component.version }} | More | {% for matcher in occurring_featured_asset_type_matchers %}{# We expect this loop to run only once. #} {% for asset in component.assets if asset.matcher_causing_featuring == matcher %} ⤓ {{ asset.type }} {% endfor %} | {% endfor %}
Sorry, but there don't seem to be any components matching your filters :(
{% endif %} {% endblock %}