@@ -356,10 +356,15 @@
|
|||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
</p>
|
</p>
|
||||||
|
{{- if or (ne $statusTone "unknown") (ne $statusChecked "") -}}
|
||||||
<p>
|
<p>
|
||||||
|
{{- if ne $statusTone "unknown" -}}
|
||||||
<strong data-state="{{ $statusTone }}"{{ with $statusTitle }} title="{{ . }}"{{ end }}>{{ $statusLabel }}</strong>
|
<strong data-state="{{ $statusTone }}"{{ with $statusTitle }} title="{{ . }}"{{ end }}>{{ $statusLabel }}</strong>
|
||||||
{{- with $statusChecked -}}<span>·</span><time datetime="{{ time.Format "2006-01-02T15:04:05Z07:00" (time .) }}">Vérifié {{ . | time.Format "02/01/2006" }}</time>{{- end -}}
|
{{- end -}}
|
||||||
|
{{- if and (ne $statusTone "unknown") (ne $statusChecked "") -}}<span>·</span>{{- end -}}
|
||||||
|
{{- with $statusChecked -}}<time datetime="{{ time.Format "2006-01-02T15:04:05Z07:00" (time .) }}">Vérifié {{ . | time.Format "02/01/2006" }}</time>{{- end -}}
|
||||||
</p>
|
</p>
|
||||||
|
{{- end -}}
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
|||||||
Reference in New Issue
Block a user