{% macro dd_event(title, customer, project, deprecated) %} {% import "macros/widgets.html.twig" as widgets %} {{ title }} {% if project is not null %}
{{ project }}{% if customer is not null %}, {{ customer }}{% endif %}
{% endif %} {% endmacro %}