{% extends "modern/base.html" %} {% block title %}Object Templates{% endblock %} {% block page_title %}Object Templates{% endblock %} {% block page_subtitle %}All available templates for creating LIMS objects{% endblock %} {% block content %}

Template Filters

{% for discriminator in unique_discriminators %} {% endfor %}
Caution: Only create instances from this list if you know what you are doing.

Templates ({{ generic_templates|length }})

{% for template in generic_templates %} {% endfor %}
EUID Status Type Super Type B Type B Sub Type Version Actions
{{ template.euid }} {{ template.bstatus }} {{ template.polymorphic_discriminator }} {{ template.category }} {{ template.type }} {{ template.subtype }} {{ template.version }} Create
{% endblock %} {% block extra_js %} {% endblock %}