{% load static %} {% block title %}{{page_title|striptags}}{% endblock %} | Rig Information Gathering System {% block css %} {% endblock %} {% block preload_js %} {% endblock %} {% block extra-head %}{% endblock %} {% include "analytics.html" %} {% block navbar %} {% 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 %}
{% block js %} {% endblock %}