+
+ {{ revision.timestamp|date:"Y-m-d H:i e"}}
{% trans "by" %} {{ revision.author }}
{% if forloop.first %}
- - {% trans "current" %}
+ ({% trans "current" %})
{% endif %}
{% if revision.is_draft %}
- ({% trans "draft" %})({% trans "draft" %})
{% if not forloop.first %}
diff --git a/hypha/apply/funds/templates/funds/includes/round-block.html b/hypha/apply/funds/templates/funds/includes/round-block.html
index c72fdc44c4..4f456936fd 100644
--- a/hypha/apply/funds/templates/funds/includes/round-block.html
+++ b/hypha/apply/funds/templates/funds/includes/round-block.html
@@ -3,7 +3,7 @@
x-data="{ activeTab: 'open-rounds' }"
x-init="activeTab = window.location.hash && ['#open-rounds', '#closed-rounds'].includes(window.location.hash) ? window.location.hash.substring(1) : activeTab"
>
-
+
diff --git a/hypha/apply/funds/templates/funds/includes/status-block.html b/hypha/apply/funds/templates/funds/includes/status-block.html
index cc07b111f5..a80f3caddd 100644
--- a/hypha/apply/funds/templates/funds/includes/status-block.html
+++ b/hypha/apply/funds/templates/funds/includes/status-block.html
@@ -1,6 +1,6 @@
{% load i18n %}