{% macro search_svg(bl_quotes=True, s_label="search", width="16") -%}{% if bl_quotes %}
{% else %}
{% endif %}{%- endmacro %}
{% macro edit_svg(bl_quotes=True, s_label="edit", width="16") -%}{% if bl_quotes %}
{% else %}
{% endif %}{%- endmacro %}
{% macro view_svg(bl_quotes=True, s_label="view", width="16") -%}{% if bl_quotes %}
{% else %}
{% endif %}{%- endmacro %}
{% macro delete_svg(bl_quotes=True, s_label="delete", width="16") -%}{% if bl_quotes %}
{% else %}
{% endif %}{%- endmacro %}
{% macro add_svg(bl_quotes=True, s_label="add", width="16") -%}{% if bl_quotes %}
{% else %}
{% endif %}{%- endmacro %}
{% macro save_svg(bl_quotes=True, s_label="save", width="16") -%}{% if bl_quotes %}
{% else %}
{% endif %}{%- endmacro %}
{% macro settings_svg(bl_quotes=True, s_label="settings", width="16") -%}{% if bl_quotes %}
{% else %}
{% endif %}{%- endmacro %}