You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<th>How-to Guide or resource {%- if include.tag -%}
14
+
<adata-bs-toggle="tooltip" data-bs-original-title="This is a curated list which means that not all tools or resources that exist for this topic are listed here. This is mainly because we do not intend to be a registry.">
15
+
<iclass="fa-solid fa-info-circle"></i>
16
+
</a>{%- endif %}
17
+
</th>
18
+
<th>Description</th>
19
+
</tr>
20
+
</thead>
21
+
<tbody>
22
+
{%- for tool in tools %}
23
+
{% assign found = false %}
24
+
{% for desc in tool.Type %}
25
+
{% if desc == include.category %}
26
+
{% assign found = true %}
27
+
{% endif %}
28
+
{% endfor %}
29
+
{% if found %}
30
+
<tr>
31
+
{% if tool.URL %}
32
+
<td><ahref="{{tool.URL}}">{{tool.Title}}</a></td>
33
+
{%- else %}
34
+
<td>{{tool.Title}}</td>
35
+
{%- endif %}
36
+
<td>{{tool.Description}}
37
+
{%- if tool.instance_of or tool.how_to_access or instances_tool != 0 and total_county_tools != 0 and include.tag != nil %}
<spanclass="d-inline-block" tabindex="0" data-bs-toggle="tooltip" title="This resource is an instance of {{linked_tool.name}}"><spanclass="badge text-primary border border-primary">{{linked_tool.name}}</span></span>
0 commit comments