{% extends "base.html" %} {% block title %}Dashboard ยท net-alpha{% endblock %} {% block content %}

Dashboard

{% include "_drop_zone.html" %} {% if not imports %}

No imports yet

Drop your first CSV to get started.

Watch list

No violations detected.
{% else %} {% include "_ytd_impact.html" %}

Watch list

{% if available_years %}
{% endif %}
{% include "_watch_list.html" %} {% endif %} {% endblock %}