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

Rig Information Gathering System

Welcome back {{ user.get_full_name }}, there {%if rig_count == 1 %}is one rig coming up{%else%}are {{ rig_count|apnumber }} rigs coming up.{%endif%}

Rigboard

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

Asset Database

Asset List {% if perms.assets.add_asset %} New Asset {% endif %} Supplier List {% if perms.assets.add_asset %} New Supplier {% 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 %}