{% extends "base.html" %} {% load core_extras %} {% load task_extras %} {% load guardian_tags %} {% block content %} {% get_obj_perms user for environment as "environment_perms" %}

{% model_icon 'environment' %} Environment {{ environment.name }}

{% if 'change_environment' in environment_perms %} {% endif %}

{% last_activity_bar related_to=environment %}
{% include "partial/server_list.html" %}
 
{% include "partial/task_list.html" with application=environment.application %}
{% endblock %}