diff --git a/templates/reporting_orgs.html b/templates/reporting_orgs.html index 21c43111dc..593a4a3a0e 100644 --- a/templates/reporting_orgs.html +++ b/templates/reporting_orgs.html @@ -32,5 +32,32 @@

+
+
+

+ Consistent Reporting Org references +

+
+
+

List of Publishers where only one reporting-org-ref is listed and this matches the reporting-org field in the IATI Registry.

+
+ + + + + + + {% for publisher_title,publisher in publishers_ordered_by_title %} + {% set publisher_stats = get_publisher_stats(publisher) %} + {% if publisher_stats.reporting_orgs|count == 1 and publisher_stats.reporting_orgs.keys()[0] == ckan_publishers[publisher].result.publisher_iati_id %} + + + + + {% endif %} + {% endfor %} + +
PublisherReporting Orgs on Registry and in Data
{{publisher_title}}{% for ro in publisher_stats.reporting_orgs%}{{ro}} {% endfor %}
+
{% endblock %}