{% extends "base.html" %} {% block title %} Projects | sh00t{% endblock %} {% block page %}
{% if "success" == submitted %}
Submitted
{% endif %}
{% csrf_token %}

Recent Projects

{% if projects %}
{% for project in projects %} {% endfor %}
Name
{{ project.name }}
{% else %}

No Projects yet. Add one.

{% endif %}
{% endblock %}