{% extends "base.html" %} {% load staticfiles %} {% load bootstrap4 %} {% block content %}
{% if not request.user.is_anonymous %} {% else %} {% endif %}
{% csrf_token %}

About Us

{% block about_us %}

Here is some information about us!

{% endblock about_us %} {% block welcome_back %} {% if user.is_authenticated %}

Welcome Back!

{% if bookings %}
These are your current bookings:
{% else %}
You have no current bookings
{% endif %} {% endif %} {% endblock welcome_back %}

Get Started

{% if request.user.is_anonymous %} {% if LFID %}

To get started, please log in with Linux Foundation ID

{% else %}

To get started, please log in with your Linux Foundation Jira account

{% endif %} {% else %} {% block btnGrp %}

To get started, book a server below:

Book a Pod Design a Pod {% endblock btnGrp %} {% endif %}
{% endblock content %}