{% load icons %} {% if detailed %} {% if bt.notification %}
{% if bt.notification.sent %} {% show_icon icon='ti ti-sm ti-check-box' %} {% elif bt.notification.unsendable %} {% show_icon icon='ti ti-sm ti-alert text-danger' %} {% else %} {% show_icon icon='ti ti-sm ti-email' %} {% endif %}
{% endif %}
{% show_icon icon='ti ti-sm ti-pencil' %} {% show_icon icon='ti ti-sm ti-trash' %}
{% endif %} {% if bt.project.alias %} {{ bt.project.alias }} {% if detailed %}({{ bt.project }}){% endif %} {% else %} {{ bt.project|default_if_none:"Reserved" }} {% endif %} {% if bt.comments and detailed %} | {{ bt.comments }} {% endif %}