{% extends 'base_rigs.html' %} {% block title %}RIGS{% endblock %} {% block js %} {% endblock %} {% block content %}

Rig Information Gathering System

Welcome back {{ user.get_full_name }}, there are {{ rig_count }} rigs coming up.

Quick Links

Rigboard Calendar {% if perms.RIGS.add_event %} New Event{% endif %} Asset Database
TEC Forum TEC Wiki {% if perms.RIGS.view_event %} Pre-Event Risk Assessment Price List Subhire Insurance Form {% endif %}

Search Rigboard

{% if perms.RIGS.view_event %}
{% include 'activity_feed.html' %}
{% endif %}
{% endblock %}