{% 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.

Rigboard

Rigboard Calendar {% if perms.RIGS.add_event %} New Event {% endif %}

Asset Database

Asset List {% if perms.assets.add_asset %} New Asset {% endif %}

Quick Links

TEC Forum TEC Wiki {% if perms.RIGS.view_event %} Price List {% endif %}
{% if perms.RIGS.view_event %}
{% include 'activity_feed.html' %}
{% endif %}
{% endblock %}