{% extends "base.html" %} {% load staticfiles %} {% block content %}
{% if not request.user.is_anonymous %} {% if not request.user.userprofile.ssh_public_key %}

Warning: you need to upload an ssh key under account settings if you wish to log into the servers you book

{% endif %}

Welcome to the Pharos Dashboard! To get started, select one of the options below:

{% else %}

Welcome to the Pharos Dashboard! To get started, please log in with your Linux Foundation Jira account

{% endif %}
{% csrf_token %} {% if not request.user.is_anonymous %}
{% if manager == True %} {% endif %} {% endif %}
{% csrf_token %}
{% block vport_comm %} {% endblock %} {% endblock content %}