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