{% extends "modern/base.html" %} {% block title %}{{ obj.euid }} - BLOOM LIMS{% endblock %} {% block content %}

Object Details

{% if is_admin %} {% endif %}
EUID
{{ obj.euid }}
Category
{{ obj.category }}
Type
{{ obj.type }}
Subtype
{{ obj.subtype }}
Version
{{ obj.version }}
Status {% if is_admin %}{% endif %}
{{ obj.bstatus }} {% if is_admin %} {% endif %}
Name {% if is_admin %}{% endif %}
{{ obj.json_addl.get('properties', {}).get('name') | default(obj.name) | default('-') }} {% if is_admin %} {% endif %}
Created {% if is_admin %}{% endif %}
{{ obj.created_dt | format_dt('standard') if obj.created_dt else '-' }} {% if is_admin %} {% endif %}
Is Deleted?
{% if obj.is_deleted %} Yes {% if is_admin %} {% endif %} {% else %} No {% if is_admin %} {% endif %} {% endif %}
Template EUID
{% if obj.template %} {{ obj.template.euid }} {% elif obj_dict.parent_template_euid %} {{ obj_dict.parent_template_euid }} {% else %} TEMPLATE {% endif %}
{% if obj.category == 'file' and obj.json_addl and obj.json_addl.get('properties', {}).get('current_s3_uri') %}
S3 URI
{{ obj.json_addl.get('properties', {}).get('current_s3_uri') }} {% if obj.json_addl.get('properties', {}).get('current_s3_bucket_name') and obj.json_addl.get('properties', {}).get('current_s3_key') %} AWS Console {% endif %}
{% endif %}

Actions

{% if action_groups %}

Object Actions

{% for group_key, group_value in action_groups.items() %}

{{ group_value.group_name }}

{% for action_key, action_value in group_value.actions.items() %} {% endfor %}
{% endfor %}
{% endif %}
{% if subjects_for_object %} {% endif %} {% if not obj.template %} {% endif %}
{% if subjects_for_object %} {% endif %} {% if not obj.template %} {% endif %} {% if obj.json_addl %}

Full JSON (json_addl)

{% if is_admin %} {% endif %}
{{ obj.json_addl | tojson }}
{% if is_admin %} {% endif %}
{% endif %} {% endblock %} {% block extra_css %} {% endblock %} {% block extra_js %} {% endblock %}