{% extends "site_base.html" %} {% load i18n %} {% block title %}{% if atom == None %}Taxonomy Structure - Parametrized Atoms{% else %}Taxonomy Structure - Parametrized Atom: {{ atom.title }} - {{ param.title }}{% endif %}{% endblock title %} {% block extra_head %} {{ block.super }} {% if oqp_version_maj == '1' %} {% else %} {% endif %} {% endblock extra_head %} {% block body %} {% block oq_body_heading %}
|
Hierarchy {{ atom.group.attr.title }} (or all Attributes) |
| Name: | {{ atom.name }}: {{ param.name}} | ||||
| Title: | {{ atom.title }} - {{ param.title }} | ||||
| Description: | {% if atom.desc != '' %} {{ atom.desc }} {% endif %} {% if param.desc != '' %} {{ param.desc }} {% endif %} | ||||
| Enabled by: |
|