{% extends "base.html" %} {% block title %}Dashboard - figma-audit{% endblock %} {% block content %}
{{ projects | length }} project(s)
| Project | App URL | Last run | Status | |
|---|---|---|---|---|
| {{ p.name }} | {{ p.app_url or '-' }} | {{ p.last_run_date or 'Never' }} | {% if p.last_run_status %} {{ p.last_run_status }} {% else %} - {% endif %} | View |