Alter rig_count to not include un-checked-in dry hires

This commit is contained in:
2020-08-27 17:08:51 +01:00
parent 3438489934
commit 828964ecb6
2 changed files with 3 additions and 15 deletions

View File

@@ -1,11 +1,12 @@
{% extends 'base_rigs.html' %}
{% load humanize %}
{% block title %}RIGS{% endblock %}
{% block content %}
<div class="row">
<h1 class="col-sm-12 pb-3">R<small class="text-muted">ig</small> I<small class="text-muted">nformation</small class="text-muted"> G<small class="text-muted">athering</small> S<small class="text-muted">ystem</small></h1>
<h4 class="col-sm-12 pb-3">Welcome back {{ user.get_full_name }}, there are {{ rig_count }} rigs coming up.</h4>
<h4 class="col-sm-12 pb-3">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%}</h4>
<div class="col-sm">
<div class="card">
<div class="card-header">