{% extends 'peering/community/_base.html' %} {% load helpers %} {% block subcontent %}
Community Details
{% with kind=instance.kind %} {% if kind %} {% endif %} {% endwith %} {% if instance.type %} {% endif %}
Name {{ instance.name }}
Slug {{ instance.slug }}
Description {{ instance.description|render_none }}
Kind {{ kind|capfirst }}
Type {{ instance.get_type_html }}
Value {{ instance.value }}
{% include 'includes/tags_card.html' with tags=instance.tags.all url='peering:community_list' %}
{% endblock %}