{% extends "base.html" %} {% block title %}{{ page_title | default("Projects") }}{% endblock %} {% block content %}

{{ page_title | default("Projects") }}

{{ projects | length }} total
All {% for s in statuses %} {{ s | replace('_', ' ') | title }} {% endfor %}
{% for p in projects %} {% else %} {% endfor %}
Title Status Bid Owner Created GitHub
{% if p.ref_number %} BS-{{ '%03d' % p.ref_number }} {% endif %} {{ p.title[:60] }}{% if p.title | length > 60 %}...{% endif %}
FL#{{ p.freelancer_project_id }}
{{ p.bid_status.value | replace('_', ' ') | title }} {% if p.bid_amount %}{{ p.bid_amount | currency }}{% else %}—{% endif %} {{ p.owner_username or '—' }} {{ p.created_at | timeago }} {% if p.github_repo_url %} repo → {% else %} {% endif %}
No projects found
{% endblock %}