{% extends "base.html" %} {% load navigation_tags %} {% load authorization_tags %} {% block content %} {{ block.super }}

Environment List

{% include "dojo/filter_snippet.html" with form=dts.form %}
{% if devs %}
{% include "dojo/paging_snippet.html" with page=devs page_size=True%}
{% comment %} The display field is translated in the function. No need to translate here as well{% endcomment %} {% for de in devs %} {% if "dojo.change_development_environment"|has_configuration_permission:request %} {% else %} {% endif %} {% endfor %}
{% dojo_sort request 'Environment' 'name' 'asc' %}
{{ de.name }} {{ de.name }}
{% include "dojo/paging_snippet.html" with page=devs page_size=True%}
{% else %}

No environments found.

{% endif %}
{% endblock %} {% block postscript %} {{ block.super }} {% include "dojo/filter_js_snippet.html" %} {% endblock %}