{% extends "base.html" %} {% block styles %} {% endblock %} {% block content %}
Strategy Overview & Performance
{{ strategy.hypothesis or 'No hypothesis defined' }}
{{ strategy.owners or 'Not assigned' }}
{% if strategy.tags %} {% for tag in strategy.tags.split(',') %} {{ tag.strip() }} {% endfor %} {% else %} No tags {% endif %}
{{ strategy.created_at.strftime('%Y-%m-%d %H:%M') if strategy.created_at else 'Unknown' }}
{{ strategy.implementation_notes or 'No implementation notes yet. Click Edit to add notes.' }}
Data visualization will appear here once the background job completes.
{{ log.details }}
{{ log.user_email }}