{% if show_header %}{% if card.title or card.menu %}{# nested: `and` binds tighter than `or` #}
{% if card.header_icon %} {% endif %}{{ card.title }}
{{ card.menu.render }} {% include 'cards/standard/_reload_button.html' %}
{% endif %}{% endif %} {{ card.tab_menu.render }}
{% if card.footer %} {% endif %}
{% include 'cards/standard/_reload_script.html' %}