{% extends "base.html" %} {% block content %}

Name: {{object.slug}}
URL: {{object.url}}

Projects that use it:

{{ object.svgroupinfo_set.count }} project(s) use this license
{% for name in object.get_group_names %} {{name}}{% if forloop.last %}{%else%},{% endif %} {% endfor %}

Go to license list

{% endblock %} {% comment %} Local Variables: ** mode: django-html ** tab-width: 4 ** indent-tabs-mode: nil ** End: ** {% endcomment %}