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