{% extends 'form.html.twig' %} {% block title %}Socket{% endblock %} {% block form %}

Sockets

{% for socket in sockets %} {% else %} {% endfor %}
  Id Brand Name OtherName PinCount Type
{{ socket.id }} {% if socket.brand %} {{ socket.brand.name }} {% endif %} {{ socket.name }} {{ socket.otherName }} {{ socket.pinCount }} {{ socket.type.value }}
no records found
{% endblock %}