{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} The caller's builder projects. The list comes from /builder/fetchProjects, which is already narrowed to the signed-in account server side — this page never asks for "all projects" and filters afterwards. {% endcomment %} {% block title %}My builder projects{% endblock %} {% block styles %} {% endblock %} {% block content %}
{{ canBuild|json_script:"cpBuilderCanBuild" }} {{ availability|json_script:"cpBuilderAvailability" }}

My builder projects

Draft and published sites you have generated with the AI website builder.

Templates {% if canBuild == 1 %} New site {% endif %}
{% include "siteBuilder/_availability.html" %}
Project Website Template Status Updated Actions
{% if canBuild == 1 %} {% endif %}
Loading…

You have not built a site yet.

{% if canBuild == 1 %} Build your first site {% endif %}
{% endblock %} {% block scripts %} {% endblock %}