{% from "events/_macros.html" import repo_url, repo_label, branch_name %} {% set repo_href = repo_url(event.summary) %} {% set branch = branch_name(event.summary) %} {% set action_html %} deleted branch {{ branch }}{% if repo_href %} in {{ repo_label(event.summary) }}{% endif %} {% endset %} {% include "events/_wrapper.html" %}
{{ branch }}
{{ repo_label(event.summary) }}