{% from "_helpers.html" import copr_url %} {% macro packages_table(packages) %} {% if packages %} {% for package in packages %} {% if package.builds[-1].canceled %} {% else %} {% endif %} {% endfor %}
Name Last Build Version Last Build Submitted Last Build Status Automatic Build Actions
{{ package.name }} {% if package.builds[-1].pkg_version %} {{ build.pkg_version}} {% else %} - {% endif %} {{ package.builds[-1].submitted_on|time_ago() }} ago canceled{{ package.builds[-1].status | state_from_num }} {{ package.webhook_rebuild }} Rebuild
{% else %}

No packages so far

{% endif %} {% endmacro %}