{% extends 'layout.twig' %} {% block title %}Component: {{ component.name }}{% endblock %} {% block content %}

{{ component.name }}

Edit

{{ component.type }}


Tests using this component:

{% if component.tests | length > 0 %} {% for t in component.tests %} {% endfor %}
Test title Benchmarks Last updated
{{ t.title }} {{ t.benchmarks | length }} {{ t.updated_at }}
{% else %}

There are no tests associated with this component.

{% endif %}
{% endblock %}