{% extends "base.html" %} {% load i18n translations %} {% block breadcrumbs %} {% if object %} {% path_object_breadcrumbs object %}
| {% 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." %} | |||