{% extends "base" %} {% load listify %} {% block title %} | Computers: {{ role.full_name }}{% endblock %} {% block body %}

{{ role.full_name }}

{% with role.computer_set.all as computers %} {% include "main/computers-computers" %} {% endwith %}
Information Useful information about this?

{% endblock %} {% block js %} {% endblock %} {% block id %}$Id${% endblock %} {# vim: set filetype=htmldjango: #}