{% extends "base.html" %} {% load i18n %} {% load translations %} {% load crispy_forms_tags %} {% load humanize %} {% load metrics %} {% block breadcrumbs %}
  • {{ object }}
  • {% endblock %} {% block content %}
    {% include "snippets/list-objects.html" with objects=components label=_("Component") %}
    {% include "snippets/info.html" with componentlist=object stats=object.stats metrics=object|metrics show_source=True %}
    {% endblock %}