{% extends admin.getTemplate('base_list_field') %} {% block field %} {% apply spaceless %}
{% if object and object.canAutoAbound %} 🤖 Abondement auto
{% endif %} {% if object and object.canAutoCompleteFromMainAccount %} ➕ Compléments Emlc autorisés
{% endif %} {% if object and object.canBeRecurrent %} 🔄 Récurrents autorisés
{% endif %} {% if object and object.canDonate %} ❤️ Dons autorisés
{% endif %} {% if object and (not object.canAutoAbound and not object.canAutoCompleteFromMainAccount and not object.canBeRecurrent and not object.canDonate) %} ➖ Aucunes options {% endif %} {% if not object %} ⚠️ Erreur {% endif %}
{% endapply %} {% endblock %}