{% extends 'layout.twig' %} {% block title %}List of Hardware Components{% endblock %} {% block content %}
{% if components | length > 0 %}Component name | Type | Last updated |
---|---|---|
{{ c.name }} | {{ c.type }} | {{ c.updated_at | date("F jS \\a\\t g:ia") }} |
There are no hardware components in the database - perhaps you should create one?
{% endif %} {% endblock %}