{% load cl_extras %}
| Version ID | Name | {% if user.is_authenticated %}Date | User | Is Published? | Publish date | {% else %}Owner | Publish date | {% endif %}|
|---|---|---|---|---|---|---|---|---|
| {{ h.history_id }} | {% if h.name_highlighted|length %} {{ h.name_highlighted|striptags }} {% else %} {{ h.name }} {% endif %} | {% if user.is_authenticated %}{{ h.history_date}} | {% if h.updated_by is not None %} {{ h.updated_by }} {% else %} {{ h.created_by }} {% endif %} | {% if h.history_id in published_historical_ids%} ✔ {% else %} {{ h.approval_status_label }} {% endif %} | {{ h.publish_date|date:"Y-m-d H:i" }} | {% else %}{{ h.owner }} | {{ h.publish_date|date:"Y-m-d" }} | {% endif %}{% if current_phenotype_history_id == h.history_id %} currently shown {% endif %} |
| No history | ||||||||