{% load static %} {% block title %}{{page_title|striptags}}{% endblock %} | Rig Information Gathering System {% block css %} {% endblock %} {% block preload_js %} {% endblock %} {% block extra-head %}{% endblock %} {% block navbar %} {% if request.user.current_event %}
You are currently checked in to {{request.user.current_event.event}}Check Out
{% endif %} {% endblock %}
{% block content-header %} {% if error %}
{{ error }}
{% endif %} {% if info %}
{{ info }}
{% endif %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% endblock %} {% if page_title and not request.is_ajax %}

{{page_title|safe}}

{% endif %} {% block content %}{% endblock %}
{% include 'partials/dark_theme.html' %} {% block js %} {% endblock %}