{# Generate a select box for an 'account' object #}
{# You can use this in communities, and if the manager_ids is a sequence of mgr ids, #}
{# then a pretty badge will be added to community manager icons. #}
{% load i18n %}
{% load wiki %}
{% if community %}
{% if account.id in manager_ids %}
*
{% endif %}
{% endif %}
{% include 'account/medium.thumbnail.html' %}