{{ card.tab_menu.render }}
{% for row in card.rows %} {% if row.type == 'html' %}{% if not row.exclude_td %}{% else %}{{ row.html|safe }}{% endif %}{% else %} {% for entry in row.entries %} {% if entry.row_style_html %}{{ entry.row_style_html|safe }}{% else %} {% if entry.separator %}{% endif %} {% if forloop.first %}{% if entry.label_td %}{% else %}{% endif %}{% endif %} {% if entry.value_th %}{% if entry.link %} {% endif %}{% 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.value_link %}
{% endif %} {% if entry.multiple_lines %} {% for x in entry.html %} {{ entry.css_class }}">{% if entry.prefix %}{{ entry.prefix }}{% endif %}{% if entry.badge %}{% endif %}{{ x|safe }}{% if entry.badge %}{% endif %}{% if entry.suffix %}{{ entry.suffix }}{% endif %}
{% endfor %} {% else %} {% 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 %} {% endif %} {% if entry.value_link %}
{% endif %}{% endif %}{% if entry.copy_to_clipboard %} {% endif %}{% if entry.help_text %}
{{ entry.help_text }}{% endif %}{% if entry.link %}{% endif %}{% if entry.value_th %}{% else %}{% endif %} {% endif %} {% endfor %}{% endif %}
{% endfor %}
{{ row.html|safe }}

{{ entry.label|safe }}{{ entry.label|safe }}