title: My Apps requests: all_apps: uri: /api/flaskapp/ running_apps: uri: /api/unit/status/applications --- {{menus.get('myapps')}} {%set apps = all_apps.json()%} {%set unit_apps = running_apps.json()%}
{%if stats%}
237
Current Projects
Active
30
Completed
45
Yet to start
25
$3,290.00
Project Finance
Avg. Project Budget
$6,570
Lowest Project Check
$408
Ambassador Page
$920
49
Our Clients
A
Pic
Pic
Pic
S
Pic
P
Pic
+42
{%endif%} {%if toolbar%}

Projects by Status

{%endif%} {%for row in apps|batch(3)%}
{%for app in row%} {%set appname = app.id~'-'~app.name%} {%set status = unit_apps[appname] if appname in unit_apps else None%} {%endfor%}
{%endfor%}
Showing 1 to 10 of 50 entries