--- a/ckanext/datagovau/templates/package/read.html +++ b/ckanext/datagovau/templates/package/read.html @@ -7,13 +7,13 @@ {% endblock %} {% block package_additional_info %} -
+

{{ _('Additional Info') }}

@@ -44,17 +44,11 @@ {% endif %} - {% if pkg.get('Agency Program') %} - - - - - {% endif %} - {% if h.get_pkg_dict_extra(pkg,'DCTERMS.Source.URI') %} + {% if pkg.get('url') %} - {% endif %} @@ -73,13 +67,6 @@ {% endif %} - {% if h.get_pkg_dict_extra(pkg,'Geospatial Coverage') %} - - - - - - {% endif %} {% if pkg.get('granularity') %} @@ -87,43 +74,19 @@ {% endif %} - {% if h.get_pkg_dict_extra(pkg,'Granularity') %} - - - - - - {% endif %} {% if pkg.get('jurisdiction') %} - {% endif %} - {% if h.get_pkg_dict_extra(pkg,'AGLSTERMS.Jurisdiction') %} - - - - - - {% endif %} {% if pkg.get('temporal_coverage') %} - {% endif %} - {% if h.get_pkg_dict_extra(pkg,'Temporal Coverage') %} - - - - - - {% endif %} {% if pkg.get('data_state') %} - @@ -134,12 +97,6 @@ - - {% endif %} - {% if h.get_pkg_dict_extra(pkg,'Update Frequency') %} - - - {% endif %}
{{ pkg.agency_program }}
Agency Program {{ pkg.get('Agency Program') }}
{{ _('Source') }}{{ h.link_to(h.get_pkg_dict_extra(pkg,'DCTERMS.Source.URI'), - h.get_pkg_dict_extra(pkg,'DCTERMS.Source.URI'), rel='dct:source', target='_blank') }} + {{ h.link_to(pkg.get('url'), + pkg.get('url'), rel='dct:source', target='_blank') }}
{{ pkg.spatial_coverage }}
Geospatial Coverage {{ h.get_pkg_dict_extra(pkg,'Geospatial Coverage') }}
{{ pkg.granularity }}
Data Granularity {{ h.get_pkg_dict_extra(pkg,'Granularity') }}
Government Jurisdiction {{ pkg.jurisdiction }}
Government Jurisdiction {{ h.get_pkg_dict_extra(pkg,'AGLSTERMS.Jurisdiction') }}
Temporal Coverage {{ pkg.temporal_coverage }}
Temporal Coverage {{ h.get_pkg_dict_extra(pkg,'Temporal Coverage') }}
Data State {{ pkg.data_state }}
Update Frequency {{ pkg.update_freq }}
Update Frequency {{ h.get_pkg_dict_extra(pkg,'Update Frequency') }}