diff --git a/physionet-django/console/templates/console/submission_info_card.html b/physionet-django/console/templates/console/submission_info_card.html
index 01e3ebbb6..62d1bdacf 100644
--- a/physionet-django/console/templates/console/submission_info_card.html
+++ b/physionet-django/console/templates/console/submission_info_card.html
@@ -45,8 +45,8 @@
{{ project.title }}
Authors: {% for author in authors %}{{ author|show_all_author_info|safe }} {% endfor %}
Created: {{ project.creation_datetime|date }}. Submitted: {{ project.submission_datetime|date }}.
Storage Used: {{ storage_info.readable_used }} / {{ storage_info.readable_allowance }}
- Version: {{ project.version }}
- {% if project.is_new_version %}
Latest Published Version: {{ latest_version.version }}{% endif %}
+ Version: {{ project.version }} {% if project.is_new_version %}(this is an update to a published project){% endif %}
+ Latest Published Version: {% if project.is_new_version %}{{ latest_version.version }}{% else %} No published version available.{% endif %}
{% if project.latest_reminder %}
Latest reminder email sent on: {{ project.latest_reminder }}
{% endif %}