{% extends 'generic/object.html' %} {% load humanize %} {% load helpers %} {% load plugins %} {% block content %}
| Name | {{ object.name|placeholder }} |
|---|---|
| Community | {{ object.community }} |
| Status | {{ object.get_status_display }} |
| Role | {{ object.role|linkify|placeholder }} |
| Description | {{ object.description|placeholder }} |