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
{% if metadata.license or metadata.license_url or metadata.source or metadata.source_url %}
13
-
<p>
14
-
{% if metadata.license or metadata.license_url %}Data license:
15
-
{% if metadata.license_url %}
16
-
<ahref="{{ metadata.license_url }}">{{ metadata.license or metadata.license_url }}</a>
17
-
{% else %}
18
-
{{ metadata.license }}
19
-
{% endif %}
20
-
{% endif %}
21
-
{% if metadata.source or metadata.source_url %}{% if metadata.license or metadata.license_url %}·{% endif %}
22
-
Data source: {% if metadata.source_url %}
23
-
<ahref="{{ metadata.source_url }}">
24
-
{% endif %}{{ metadata.source or metadata.source_url }}{% if metadata.source_url %}</a>{% endif %}
25
-
{% endif %}
26
-
{% if metadata.about or metadata.about_url %}{% if metadata.license or metadata.license_url or metadata.source or metadata.source_url %}·{% endif %}
27
-
About: {% if metadata.about_url %}
28
-
<ahref="{{ metadata.about_url }}">
29
-
{% endif %}{{ metadata.about or metadata.about_url }}{% if metadata.about_url %}</a>{% endif %}
0 commit comments