{% macro user_card(user, profile_url, rank_url) %}
{{ user.username }}
{% if user.user_country is defined %}
{{ user.user_country }}
{% endif %} {# Donator #} {% if user.user_title is defined %} {{ user.user_title }} {% endif %}
{% endmacro %}