{% extends "base.html" %} {% load i18n %} {% block content %}
{% trans "All Scenes" %}
{% if object_list %} {% for object in object_list %} {% if perms.django_cad_inspector.change_scene %} {% endif %} {% endfor %}
{{ object.title }} {{ object.description|truncatewords:10 }} {% trans "Modify" %}
{% else %}

{% trans "No scenes yet" %}

{% endif %} {% endblock content %}