{% extends "actions/action_base.html" %} {% load djblets_utils %} {% block action_content %} {% definevar "action_attrs" spaceless %} class="ink-c-button" {{action_attrs}} aria-label="{{verbose_label|default:label}}" {% if action.description %} title="{{action.description|join:' '}}" {% endif %} {% enddefinevar %} {% if url and url != "#" %} {% else %} {% endif %} {% endblock action_content %}