{% extends "home/basecontent.html" %} {% block tabledata %} Station Binary Path Sha1 {% for binary in content %} {{ binary.station }} {%if 'Windows' in binary.file_path %} {% else %} {% endif %} {{ binary.file_path }} {{ binary.binary_sha1 }}   Events {% endfor %} {% endblock %}