{% extends "base.html" %} {% block title %}Yeast Samples{% endblock %} {% block content %} Yeast Samples {% for sample in object_list %} {{ sample.batch }} {% endfor %} {% endblock %}