{% extends "layout.html" %} {% load i18n %} {% block content %}
{% if errors %}
{% endif %}

Join an existing Project

List of projects you are part of

{% csrf_token %}
{% for pending in pending_projects %} {% endfor %}
(PENDING) {{ pending.project_name }}{{ pending.authority_hrn }}{{ pending.created|date:"d/m/Y" }}

Create a new Project

{% csrf_token %}
{% endblock %}