{% load static from staticfiles %} {% load raven %} {% block title %}{% endblock %} | Rig Information Gathering System {% block css %} {% endblock %} {% block preload_js %} {% endblock %} {% block extra-head %}{% endblock %} {% include "analytics.html" %}
{% block content-header %} {% if error %}
{{ error }}
{% endif %} {% if info %}
{{ info }}
{% endif %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% endblock %}
Reminder: No rigs are to be booked. See forum for more information.
{% block content %}{% endblock %}
{% block js %} {% endblock %}