{% extends "base.html" %} {% load i18n translations %} {% block breadcrumbs %} {% if object %} {% path_object_breadcrumbs object %} {% else %} {% endif %} {% endblock breadcrumbs %} {% block content %}

{% translate "Components" %}

{% for row in component_rows %} {% empty %} {% endfor %}
{% translate "Component" %} {% translate "Project" %} {% translate "Category" %} {% translate "Compatibility" %}
{{ row.component }} {{ row.component.project.name }} {% if row.component.category %} {{ row.component.category }} {% else %} {% translate "Project root" %} {% endif %} {% if row.compatible %} {% translate "Compatible" %} {% else %} {% translate "Not compatible" %} {% endif %}
{% translate "No components found." %}
{% if components.has_other_pages %} {% endif %}
{% endblock content %}