{% extends 'mixins/partials/generic-detail.html' %} {% block tbody %} {% for item in object %} {% if item.data %} {% for row in item.data %} {{ row.Variable_name }} {{ row.Value }} {% endfor %} {% endif %} {% endfor %} {% endblock %}