File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -57,10 +57,12 @@ <h5>About this signal</h5>
5757 < th scope ="row "> Signal Name</ th >
5858 < td > {{ signal.name }}</ td >
5959 </ tr >
60+ {% if signal.short_description %}
6061 < tr >
6162 < th scope ="row "> Short Description</ th >
6263 < td > {{ signal.short_description }}</ td >
6364 </ tr >
65+ {% endif %}
6466 < tr >
6567 < th scope ="row "> Pathogen</ th >
6668 < td >
@@ -173,18 +175,22 @@ <h5>About this signal</h5>
173175 {{ signal.temporal_scope_end }}
174176 </ td >
175177 </ tr >
178+ {% if signal.last_updated %}
176179 < tr >
177180 < th scope ="row "> Last Updated</ th >
178181 < td >
179182 {{ signal.last_updated }}
180183 </ td >
181184 </ tr >
185+ {% endif %}
186+ {% if signal.signal_availability_days %}
182187 < tr >
183188 < th scope ="row "> Available For</ th >
184189 < td >
185190 {{ signal.signal_availability_days }} day{{ signal.signal_availability_days|pluralize:"s" }}
186191 </ td >
187192 </ tr >
193+ {% endif %}
188194 </ tbody >
189195 </ table >
190196 </ div >
@@ -346,7 +352,7 @@ <h5>Related links</h5>
346352 </ td >
347353 < td > {{ link.get_preview.description }}</ td >
348354 < td >
349- < a href ="{{ link.url }} "> {{ link.url|truncatechars:50 }}</ a >
355+ < a href ="{{ link.url }} "> {{ link.url|truncatechars:100 }}</ a >
350356 </ td >
351357 </ tr >
352358 {% endif %}
You can’t perform that action at this time.
0 commit comments