claude unstested update for moving from wp to project -> wp to task
This commit is contained in:
@@ -39,6 +39,12 @@
|
||||
|
||||
|
||||
{% block content %}
|
||||
{% if current_task_path and current_task_time %}
|
||||
<div style="font-size: 48pt; margin-bottom: 40px; text-align: center;">
|
||||
<div style="color: #333;">{{ current_task_path }}</div>
|
||||
<div style="color: #666; font-size: 36pt;">{{ current_task_time }}</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
<table>
|
||||
{% for row in rows %}
|
||||
{% if row["ws"] in ['Away', 'Other'] %}
|
||||
|
||||
Reference in New Issue
Block a user