{% extends 'generic/object.html' %} {% load helpers %} {% load static %} {% block content %}
Community List Rule
{% if object.value.get_absolute_url %} {% else %} {% endif %}
Community List {{ object.community_list }}
Action {% badge object.get_action_display bg_color=object.get_action_color %}
Community {{ object.value }} {{ object.value|placeholder }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock content %}