{% block actions %}{% if reportclass.filterable %}
{% endif %}
{% if not is_popup and reportclass.editable and haschangeperm %}
{% endif %}
{% if hasaddperm %}
{% if not is_popup %}
{% endif %}{% endif %}{% if hasdeleteperm and not is_popup %}
{% endif %}{% if reportclass.hasTimeBuckets %}
{% endif %} {% if hasaddperm %}
{% endif %}{% endblock %}