diff --git a/scipost/templates/scipost/index.html b/scipost/templates/scipost/index.html index ff4f0468b5c88f1191e11f5bc3aae86d45a25081..b25a47c92fa0a7e0d78ec8df004ecce12436f635 100644 --- a/scipost/templates/scipost/index.html +++ b/scipost/templates/scipost/index.html @@ -77,7 +77,7 @@ </h2> </div> {% if issue and publications %} - <h4 class="card-text text-center">A selection from the current issue:</h4> + <h4 class="card-text text-center">A selection from the {% if issue.is_current %}current{% else %}last{% endif %} issue:</h4> {% if issue %} <div class="text-muted text-center">Vol. {{ issue.in_volume.number }} issue {{ issue.number }} {{issue.period_as_string}}</div> {% endif %}