{% extends "page.html" %} {% block title %}Reports - Data publication commitments{% endblock %} {% block breadcrumb_content %} {{ h.build_nav('dgu_search', _('Datasets')) }} {{ h.build_nav('commitments', _('Data Publication Commitments')) }} {% endblock %} {% block primary_content_inner %}

Data publication commitments

{% for publisher in c.publishers %} {% with %} {% set (c,m,) = h.commitments_count_and_met(publisher.name, c.commitments) %} {% endwith %} {% endfor %} {% with %} {% set (c,m,) = h.commitments_count_and_met_totals(c.commitments) %} {% endwith %}
Publisher Commitments made Commitments reported
{{publisher.title}} {{c}} {{m}}
Total {{c}} {{m}}
{% endblock %}