diff options
Diffstat (limited to 'template/segment.html')
-rw-r--r-- | template/segment.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/template/segment.html b/template/segment.html index a481dcf..2401e3e 100644 --- a/template/segment.html +++ b/template/segment.html @@ -22,7 +22,12 @@ </tr> {{ separator(3) }} <tr> - <td class="bdnt12" colspan="3">{{"BUTLER_ROUND"|translate}}{{round_no}} {{"SEGMENT"|translate}}{{segment_no}}</td> + <td class="bdnt12" colspan="3"> + {{"BUTLER_ROUND"|translate}}{{round_no}} + {% if per_round > 1 %} + {{"SEGMENT"|translate}}{{segment_no}} + {% endif %} + </td> </tr> {{ separator(3) }} <tr valign="top"> |