We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bda4c0a + f5987b5 commit c5cb81aCopy full SHA for c5cb81a
extlinks/common/templates/common/statistics_table.html
@@ -25,11 +25,12 @@ <h4>Statistics</h4>
25
<td style="text-align: right;">{{ collection.linksearch_total_start }}</td>
26
</tr>
27
<tr>
28
- <td>Total</td>
+ <td>Total
29
+ {% if collection.as_of_date %}
30
+ as of {{ collection.as_of_date }}:
31
+ {% endif %}
32
+ </td>
33
<td style="text-align: right;">{{ collection.linksearch_total_current }}
- {% if collection.as_of_date %}
- as of {{ collection.as_of_date }}
- {% endif %}
34
</td>
35
36
<tr style="line-height:55px;">
0 commit comments