{% extends "base.html" %} {% load i18n %} {% load translations %} {% load crispy_forms_tags %} {% block breadcrumbs %}
  • {{ object }}
  • {% endblock %} {% block content %}
    {% include "list-translations.html" with translations=object.components.all show_language=4 %}

    {% include "legend.html" %}

    {% include "project_stats.html" %} {% for auto in object.autocomponentlist_set.all %} {% endfor %}
    {% trans "Number of components" %} {{ object.components.all|length }}
    {%if forloop.first%}{% trans "Automatic component list assignment" %}{% endif %} project ~= {{ auto.project_match }} component ~= {{ auto.component_match }}
    {% endblock %}