2015-08-23 16:55:15 -04:00
|
|
|
{{!< default}}
|
|
|
|
|
2015-08-25 14:02:23 -04:00
|
|
|
{{! Index-0 is the most recent message. }}
|
2015-08-27 13:31:17 -04:00
|
|
|
<div class="jumbotron {{values.0.statusClass}}">
|
2015-08-28 13:08:36 -04:00
|
|
|
<h1 class="text-center"><b>{{values.0.status}}</b></h1>
|
2015-08-25 14:02:23 -04:00
|
|
|
</div>
|
2015-08-25 17:32:05 -04:00
|
|
|
<div>
|
2015-08-27 13:31:17 -04:00
|
|
|
<h3 class="text-center">Update received: {{values.0.pubDate}}, {{values.0.pubTime}}</h3>
|
2015-08-25 17:32:05 -04:00
|
|
|
</div>
|
2015-08-28 13:08:36 -04:00
|
|
|
<hr></hr>
|
2015-08-25 17:32:05 -04:00
|
|
|
<div>
|
2015-08-27 13:31:17 -04:00
|
|
|
<h4 class="text-center">Prior update was: {{values.1.status}} at {{values.1.pubDate}}, {{values.1.pubTime}}</h4>
|
2015-08-25 17:32:05 -04:00
|
|
|
</div>
|