This is an automated email from the ASF dual-hosted git repository.

gstein pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git

commit d08196a0d559783f20eb1d085e8c2573018e839b
Author: Greg Stein <[email protected]>
AuthorDate: Thu Feb 12 07:16:30 2026 -0600

    feat: add expected opening and closing timestamps to admin election cards
    
    Co-authored-by: aider (openrouter/x-ai/grok-code-fast-1) <[email protected]>
---
 v3/server/templates/admin.ezt | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/v3/server/templates/admin.ezt b/v3/server/templates/admin.ezt
index 760c4b6..85a71ff 100644
--- a/v3/server/templates/admin.ezt
+++ b/v3/server/templates/admin.ezt
@@ -23,6 +23,14 @@
                                 eid: [owned.eid]
                                 <br/>
                                 closed: [owned.closed]
+                                [if-any owned.open_at]
+                                    <br/>
+                                    Expected Election opening: [owned.open_at]
+                                [end]
+                                [if-any owned.close_at]
+                                    <br/>
+                                    Expected Election closing: [owned.close_at]
+                                [end]
                             </p>
                             [if-any owned.closed]
                                 Closed

Reply via email to