{% macro report_btn(obj) %} {% set object_type = obj.__class__.__name__ %} {% if not((obj.organization and obj.organization.certified) or obj.certified) %}
{% endif %} {% endmacro %}