{% extends 'base.html' %} {% block header %}

{% block title %}List of tablets{% endblock %}

{% endblock %} {% block content %} {% for row in table_data %} {% endfor %}
CatalogueTitleSource
{{ row.catalogue_title }} {{ row.author }} {{ row.source_name }}
{% for tablet in tablets %}

Link to tablet {{ tablet.id }}

{% endfor %} {% endblock %}