{% extends 'base.html' %} {% block title %} | CartoDB{% endblock %} {% block main %}
{% include 'snippets/messages.html' %}

Manage projects

{% csrf_token %} {% for project in projects %} {% if forloop.first %}
{% endif%} {% empty %}

We couldn't find any projects you are eligible to manage.

You can create a new project if you want to start your own map.

Create a new project
{% endfor %}
{% endblock %}