{% extends 'base_rigs.html' %} {% load humanize %} {% load static %} {% 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%}

{% for event in now %} Event {{ event }} is happening now! Check In
{% endfor %}
Some lights and haze, very purple

Rigboard

Rigboard Calendar {% if perms.RIGS.add_event %} New Event {% endif %} Event Archive
{% now "m-d" as todays_date %} M32 sound desk close up of the faders

Asset Database

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

Quick Links

TEC Forum TEC Sharepoint TEC Wiki H&S Report Form {% if perms.RIGS.change_event %} Price List {% endif %}
{% if perms.RIGS.view_event %}
{% include 'activity_feed.html' %}
{% endif %}
{% endblock %}