<%namespace file="../tagging_common.mako" import="render_tagging_element_html" /> <%namespace file="../root/history_common.mako" import="render_dataset" />
## Table header. ## Status messages and tags. ## Table body. For each dataset, there is an area to annotate the dataset. %if not datasets: %else: ## Render requested datasets. %for data in datasets: %if data.visible: ## %endif %endfor %endif
History '${history.get_display_name()}'
%if history.deleted:
${_('This is a deleted history.')}
%endif ## Tags come for free with community tagging, so not sure if this is necessary. ##%if trans.get_user() is not None: ## Tags: ${render_tagging_element_html( tags=history.tags, editable=False, use_toggle_link=False )} ##%endif
Description of History:
  1. What was the motivation for this history?
  2. What is the outcome of this history?
  3. What are unresolved questions from this history?
  4. What new questions arise from this history?
${_("Your history is empty. Click 'Get Data' on the left pane to start")}
Describe this step: why was it done? what data did it produce?Describe this step: why was it done? what data does it produce?
${render_dataset( data, data.hid, show_deleted_on_refresh = show_deleted, for_editing = False )}