{% load i18n icons translations %}
| {% translate "Status" %} | {% translate "Component" %} | {% translate "License" %} | {% translate "Repository" %} | {% translate "File format" %} |
|---|---|---|---|---|
| {% if check %} {% icon "check.svg" %} {% else %} {% icon "alert.svg" %} {% endif %} | {{ component }} | {% if check.license_name %}{{ check.license_name }}{% endif %} {% if check.license_error %}{{ check.license_error }}{% endif %} | {{ check.repository_url }} | {{ check.file_format }} |
|
{% if show_alerts and check.alerts %}
{% icon "comment.svg" %} {% translate "Diagnostics" %}
{% icon "suggest.svg" %}
{% translate "Contributor license agreement" %}
{{ component.effective_agreement|markdown }}
{% endif %}
|
||||