{% extends 'arnold/tabs.html' %} {% block tabcontent %}
| Id | Title | Description | Active | _ |
|---|---|---|---|---|
| {{ profile.id }} | {{ profile.name }} | {{ profile.description }} | {{ profile.active|yesno:'Yes,No' }} | Edit |
| {{ profiles|length }} profile{{ profiles|pluralize:'s' }} registered | ||||