{% extends "base.html" %} {% block style %} {% set column_count = 6 %} {% endblock %} {% macro row(item, badge) %} {% set country = get_country(item.country) if item.country else None %}