diff --git a/templates/partials/packages/actions.html b/templates/partials/packages/actions.html
index 7355420c..f1863663 100644
--- a/templates/partials/packages/actions.html
+++ b/templates/partials/packages/actions.html
@@ -23,99 +23,68 @@
{{ "Search wiki" | tr }}
- {% if not request.user.is_authenticated() %}
- {% if not out_of_date %}
+ {% if not out_of_date %}
{{ "Flag package out-of-date" | tr }}
- {% else %}
-
-
- {% set ood_ts = result.OutOfDateTS | dt | as_timezone(timezone) %}
- {{
- "Flagged out-of-date (%s)"
- | tr | format(ood_ts.strftime("%Y-%m-%d"))
- }}
-
-
- {% endif %}
-
-
- {{ "Vote for this package" | tr }}
-
-
-
-
- {{ "Enable notifications" | tr }}
-
-
{% else %}
- {% if not out_of_date %}
-
-
- {{ "Flag package out-of-date" | tr }}
-
-
- {% else %}
-
-
- {% set ood_ts = result.OutOfDateTS | dt | as_timezone(timezone) %}
- {{
- "Flagged out-of-date (%s)"
- | tr | format(ood_ts.strftime("%Y-%m-%d"))
- }}
-
-
-
-
+
+
+
+ {% endif %}
+
+ {% if not voted %}
+
+ {% else %}
+
+ {% endif %}
+
+
+ {% if notified %}
+
-
- {% endif %}
-
- {% if not voted %}
-
- {% else %}
-
- {% endif %}
-
-
- {% if notified %}
-
- {% else %}
-
- {% endif %}
-
-
- {% endif %}
+ {% endif %}
+
{% if request.user.has_credential('CRED_PKGBASE_EDIT_COMAINTAINERS', approved=[pkgbase.Maintainer]) %}