{% if tensors %} --------- {% for tensor in tensors %} Created by {{ tensor.creator.username }} at {{ tensor.created }} | Annotator: {{ tensor.annotator.username }} | {% if tensor.dimreduce == 'none' %} No reduction {% else %} Reuduction: {{ tensor.dimreduce }}, {{ tensor.ndims }} dims {% endif %} {% endfor %} {% else %} No data matrix available - contact admin {% endif %}