{% extends "base.html" %} {% block extra_header %} {% endblock %} {% block title%}Home{% endblock %} {% block center_content %} {% if current_user.is_authenticated %}
| # | Proposal | Facility | Instrument | Title | Runs | Action |
|---|---|---|---|---|---|---|
| {{ loop.index }} | {{proposal.investigation.name}} | {{proposal.facility[0].Facility.name}} | {{proposal.instruments[0].Instrument.name }} | {{proposal.investigation.title}} | {{ proposal.datasets|length }} |