{% macro types_table_row(contrib_type) %} {{ contrib_type.name }} {{ contrib_type.description }} {{ _('Yes') if contrib_type.is_private else _('No') }} {% endmacro %}