{% extends 'peering/community/_base.html' %} {% load helpers %} {% block subcontent %}
Community Details
{% if instance.type %} {% endif %}
Name {{ instance.name }}
Slug {{ instance.slug }}
Value {{ instance.value }}
Type {{ instance.get_type_html }}
Comments
{% if instance.comments %} {{ instance.comments|markdown }} {% else %} None {% endif %}
{% include 'includes/tags_card.html' with tags=instance.tags.all url='peering:community_list' %}
{% endblock %}