{% load i18n %}

{% trans "This component is set up incorrectly." %}

{% trans "The following occurrences were found:" %}

{% if vcs %} {% endif %} {% if file_format %} {% endif %}
{% trans "Version control system" %} {{ component.vcs }}
{% trans "File format" %} {{ component.file_format }}

{% trans "This can happen after turning off support for these features, or when dependencies are missing." %}

{% include "trans/alert/occurrences-limit.html" %}