{{'Name' | trans}} | {{'Venues count' | trans}} | {{'Flag' | trans}} | {{'Status' | trans}} | |
---|---|---|---|---|
{{ country.name }} | {{ country.venues|length }} |
{% if country.hidden %}
{{ "Hidden"|trans }}
{% else %}
{{ "Visible"|trans }}
{% endif %}
{% if country.deletedAt %}
{{ "Deleted"|trans }} {% endif %} |