{% if entry.is_theoretical %}Theo{% endif %}
{% if entry.is_private %}Priv{% endif %}
{% if entry.is_unknown %}Unk{% endif %}
{% if entry.is_delisted %}Delisted{% endif %}
{% if not entry.is_theoretical and not entry.is_private and not entry.is_unknown and not entry.is_delisted %}
Standard
{% endif %}