{% extends 'common/base.html' %} {% load racks_tag %} {% block content %}

Assigned Resources: {{ user|racks_tag }}

{% if operations_allowed %} {% endif %}
{% csrf_token %} {% if operations_allowed %} {% endif %} {% for object in assigned_objects %} {% if operations_allowed %} {% endif %} {% endfor %}
Name Labels Jira Issue
{{ object|racks_tag }} {% for label in object.labels.all %} {{ label|racks_tag }} {% endfor %} {% if object.dcim_jira_issue %}{{ object.dcim_jira_issue }}{% endif %}
{% if operations_allowed %} {% endif %} {% for lab in assigned_labs %} {% if operations_allowed %} {% endif %} {% endfor %}
Name
{{ lab|racks_tag }}
{% if operations_allowed %} {% endif %}
{% endblock %} {% block javascripts %} {% endblock %}