{% extends "touchtechnology/admin/list.html" %} {% load i18n %} {% load common %} {% block table-headings %} {% trans "Application" %} {% trans "Version" %} {% if add_perm in model|hasperm:user %} {% trans "Import Path" %} {% endif %} {% endblock %} {% block table-columns %} {% if change_perm in object_perms %} {{ obj }}  {% else %} {{ obj }} {% endif %} {% if obj.nodes.count %} {{ obj.nodes.count }} {% endif %} {% with build=obj.module.VERSION.3 %} {{ obj.module.get_version|default:"-" }} {% endwith %} {% if add_perm in model|hasperm:user %} {{ obj.path }} {% endif %} {% endblock %}