{% macro dev_deploy_table(dev_deploys) %} {% block head %} {% endblock %}
{% for batch in dev_deploys %} {% endfor %}
ID Branch Deploy State
{{ batch['id'] }} {{ batch['attributes']['target_branch'] }} {% if 'state' in batch and batch['state'] %} {{ batch['state'] }} {% endif %}
{% endmacro %}