{{ project.name }}

{{ project.path }}

{% if project.status.is_listening %} Running {% else %} Stopped {% endif %}
Port: {{ project.port }}
{% if project.status.process_name %}
Process: {{ project.status.process_name }}
{% endif %} {% if project.cloudflare.subdomain %}
Tunnel: {{ project.cloudflare.subdomain }}
{% endif %}
{% if project.status.is_listening %} {% endif %}