{{ card.tab_menu.render }}
{% for row in card.rows %} {% if row.type == 'html' %}
{{ row.html|safe }}
{% else %} {% if row.type == 'multiple' %}
{% endif %} {% for entry in row.entries %} {% if entry.row_style_html %}{{ entry.row_style_html|safe }}{% else %} {% if entry.separator %}
{% endif %} {% if entry.entry_css_class %}
{% endif %} {% if entry.link %}{% elif row.type != 'multiple' %}
{% endif %} {% if entry.label %}
{{ entry.menu.render }}
{% if entry.progress_bar %}
{{ entry.html }}%
{% elif entry.image %} {% elif entry.rating %}

{% for i in entry.rating_range %}{% endfor %}

{% elif entry.multiple_lines %} {% for x in entry.html %}

{% if entry.status_dot %}{% endif %}{% if entry.icon %} {% endif %}{% if entry.prefix %}{{ entry.prefix }}{% endif %}{% if entry.value_link %}{% endif %}{% if entry.badge %}{% endif %}{{ x|safe }}{% if entry.badge %}{% endif %}{% if entry.value_link %}{% endif %}{% if entry.suffix %}{{ entry.suffix }}{% endif %}{% if entry.copy_to_clipboard %} {% endif %}

{% endfor %} {% else %}

{% if entry.status_dot %}{% endif %}{% if entry.icon %} {% endif %}{% if entry.prefix %}{{ entry.prefix }}{% endif %}{% if entry.value_link %}{% endif %}{% if entry.badge %}{% endif %}{% if entry.old_value %}{{ entry.old_value }} {{ entry.html|safe }}{% else %}{{ entry.html|safe }}{% endif %}{% if entry.badge %}{% endif %}{% if entry.value_link %}{% endif %}{% if entry.suffix %}{{ entry.suffix }}{% endif %}{% if entry.copy_to_clipboard %} {% endif %}

{% endif %} {% if entry.help_text %}{{ entry.help_text }}{% endif %} {% elif entry.menu %}

{% if entry.status_dot %}{% endif %}{% if entry.icon %} {% endif %}{% if entry.prefix %}{{ entry.prefix }}{% endif %}{% if entry.badge %}{% endif %}{% if entry.old_value %}{{ entry.old_value }} {{ entry.html|safe }}{% else %}{{ entry.html|safe }}{% endif %}{% if entry.badge %}{% endif %}{% if entry.suffix %}{{ entry.suffix }}{% endif %}{% if entry.copy_to_clipboard %} {% endif %}

{{ entry.menu.render }}
{% if entry.help_text %}{{ entry.help_text }}{% endif %} {% else %} {% if entry.progress_bar %}
{{ entry.html }}%
{% elif entry.image %} {% elif entry.rating %} {% for i in entry.rating_range %}{% endfor %} {% else %} {% if entry.status_dot %}{% endif %}{% if entry.icon %} {% endif %}{% if entry.prefix %}{{ entry.prefix }}{% endif %}{% if entry.badge %}{% endif %}{% if entry.old_value %}{{ entry.old_value }} {{ entry.html|safe }}{% else %}{{ entry.html|safe }}{% endif %}{% if entry.badge %}{% endif %}{% if entry.suffix %}{{ entry.suffix }}{% endif %}{% if entry.copy_to_clipboard %} {% endif %} {% endif %} {% if entry.help_text %}{{ entry.help_text }}{% endif %} {% endif %} {% if entry.link %}{% elif row.type != 'multiple' %}
{% endif %} {% if entry.entry_css_class %}
{% endif %}{% endif %} {% endfor %} {% if row.type == 'multiple' %}
{% endif %} {% endif %} {% endfor %}