{% extends 'base/layout.html' %} {% load render_table from django_tables2 %} {% block content %}

Seznam FPGA karet

{% for typ_obj, tabulka in tabulky.items %}

{{ typ_obj.manufacturer }} {{ typ_obj.model }}

{{ typ_obj.description }}

{% render_table tabulka %} {% endfor %} {% endblock %}