An active offer expires, a processed offer has expired (well, thats
not technically true since an attendee will have acted on it before
it expired so it will enter the table un-expired, but for the most
part the processed table will have expired entries).
<th>Type</th>
<th>Added to waitlist</th>
<th>Offer made</th>
- <th>Offer expired</th>
+ {%if waitlist_type == "waitlist_active" %}
+ <th>Offer expires</th>
+ {%else%}
+ <th>Offer expired</th>
+ {%endif%}
<th>Status</th>
{%if waitlist_type == "waitlist_active" %}
<th>Action</th>