{% extends "cephia/tms_base.html" %} {% load bootstrap3 %} {% load el_pagination_tags %} {% block site-title %} Row Information {% endblock %} {% block page_content %} {% paginate spec_type %} {% show_pages %}
| Specimen Type | Specimen Type Group | Name | {% for st in spec_type %}
|---|---|---|
| {{st.spec_type}} | {{st.spec_group}} | {{st.name}} |