{% load static i18n insight_tags %}
{{ app_card_config.image.alt }} {# Title and description #}
{% if app_card_config.request_url %} {% else %}

{{ app_card_config.title }}

{% endif %}

{{ app_card_config.content|safe }}

{# Tags #} {% if app_card_config.tags %}
{% for tag in app_card_config.tags %} {% badge config=tag %} {% endfor %}
{% endif %} {# Start and more #}
{% for action in app_card_config.actions %} {% button config=action %} {% endfor %}