{% 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 %} {% for st in spec_type %} {% endfor %}
Specimen Type Specimen Type Group Name
{{st.spec_type}} {{st.spec_group}} {{st.name}}
{% endblock %}