{% extends 'layout.twig' %} {% block title %}List of Hardware Components{% endblock %} {% block content %}

Create new Hardware Component

{% if components | length > 0 %} {% for c in components %} {% endfor %}
Component name Type Last updated
{{ c.name }} {{ c.type }} {{ c.updated_at | date("F jS \\a\\t g:ia") }}
{% else %}

There are no hardware components in the database - perhaps you should create one?

{% endif %} {% endblock %}