diff --git a/scipost_django/edadmin/templates/edadmin/_hx_plagiarism_internal.html b/scipost_django/edadmin/templates/edadmin/_hx_plagiarism_internal.html index fd8007b6efc1aa99c7bb05da99de382ee99ea858..1614e0a2e3faae493293274e95455311f5f61454 100644 --- a/scipost_django/edadmin/templates/edadmin/_hx_plagiarism_internal.html +++ b/scipost_django/edadmin/templates/edadmin/_hx_plagiarism_internal.html @@ -34,6 +34,8 @@ <br> <a href="{{ match.submission.get_absolute_url }}" target="_blank">{{ match.submission.title }}</a><br> {{ match.submission.author_list }} + <br> + <strong>Status</strong>: {{ match.submission.get_status_display }} </td> <td>{{ match.ratio_title|floatformat:2 }}</td> <td>{{ match.ratio_authors|floatformat:2 }}</td> diff --git a/scipost_django/edadmin/templates/edadmin/_hx_submissions_list.html b/scipost_django/edadmin/templates/edadmin/_hx_submissions_list.html index ff196e36bacdb73a8803d5f5b06029692baa5b50..d7515170083b3bcc4ae55eb1781e2683b1e8a829 100644 --- a/scipost_django/edadmin/templates/edadmin/_hx_submissions_list.html +++ b/scipost_django/edadmin/templates/edadmin/_hx_submissions_list.html @@ -34,4 +34,6 @@ > </div> </details> +{% empty %} + <p><strong>No Submission found</strong></p> {% endfor %}