{% load i18n %}

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

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

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

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

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