{% extends 'base.html' %} {% load custom_filters %} {% block title %}Spreadsheet Detail{% endblock %} {% block content %} Exit App
| Name | {% for column in cols %}{{ column }} | {% endfor %}
|---|---|
| {% for column in cols %} | {% with cell=cell_dict|get_value:row.id|get_value:column %} {% if cell and cell.value %} X {% endif %} {% endwith %} | {% endfor %}