{% extends "base.html" %} {% set active_page = 'projects' %} {% block title %}Home{% endblock %} {% block content %}

Projects

{% if projects %}

Click on a project to access the resources

{% else %}
{% if show_create %}
No projects visible for you, create your own ones.
{% else %}
No projects visible for you, in case you would like to create one, please contact your support.
{% endif %}
{% endif %} {% if show_create %}
add
{% endif %}
{% endblock %}