{% for build in latest_builds %}
{% if not build in latest_published and build in built_recently %}
{% build_row build build_packages %}
{% endif %}
{% endfor %}
Total{{ unpublished_builds_count }}
Latest Published
{% for build in latest_builds %}
{% if build in latest_published %}
{% build_row build build_packages %}
{% endif %}
{% endfor %}