- added conditional links to 'added'/'updated' modes
<th>Total peers</th>
<th>Total blocks</th>
<th>Response time</th>
- <th>First added</th>
- <th>Last updated</th>
+ <th>
+ {% if mode != "added" %}
+ <a href="{{base_url}}/list?mode=added&value=1&amount={{amount}}">First added</a>
+ {% else %}
+ First added
+ {% endif %}
+ </th>
+ <th>
+ {% if mode != "updated" %}
+ <a href="{{base_url}}/list?mode=updated&value=1&amount={{amount}}">Last updated</a>
+ {% else %}
+ Last updated
+ {% endif %}
+ </th>
</thead>
<tbody>