{% extends "anonymous_base.html" %} {% block title %}User Info{% endblock %} {% block nav %} {% endblock %} {% block content %}
{% if user.is_authenticated %}

Launch a product to start.

You are successfully authenticated.

{% for resource_group in resource_groups %} {% if resource_group.service_url %} {% endif %} {% endfor %}
Sign Out
{% else %}

You have not been authenticated.

Log In
{% endif %}
{% endblock %}