{% extends "vault/base_bare.html" %} {% load i18n static pagination %} {% block title %}{% trans 'Projects' %}{% endblock %} {% block css %} {% endblock %} {% block title_left %}{% endblock %} {% block title_right %}{% endblock %} {% block content %}

{% trans 'You are not associated with any Team' %}

{% trans 'To create or select a project, you need to be on a Team.' %}

{% if user.is_staff %} {% trans 'Click here to access Vault Admin' %} {% else %} {% trans 'There are two options:' %} {% endif %}
{% endblock %}