{% load staticfiles %}
{% block css %} {% endblock %}
About
{% if user.is_authenticated %}
Projects
{% endif %} {% if project %}
{{project.name | truncatechars:15}}
{% endif %} {% if corpus %}
{{corpus.name | truncatechars:15}}
{% endif %}
{{ user.username | truncatechars:15}}
Report Feedback
{% if user.is_authenticated %}
Logout
{% else %}
Login
{% endif %}
{% if corpus %}
Documents
Journals
{% for state in corpus.hyperdata.statuses %} {% if state.action == "Workflow" %} {% if state.complete %}
Terms
Graphs
{% if view != "graph" %}
With conditional distance
With distributional distance
{% else %}
With conditional distance
With distributional distance
{% endif %}
{% endif %} {% endif %} {% endfor %}
{% endif %}
{% block corpusBannerTop %} {% if corpus %} {% if view != "graph" %}
{{ project.name | truncatechars:50}}
{{ resourcename | truncatechars:20 }}
{{ corpus.name | truncatechars:20 }}
Author(s):
{{ user.username | truncatechars:15}}
Download
{% else %}
{% endif %} {% endif %} {% endblock %} {% block content %} {% endblock %} {% block corpusBannerBottom %} {% endblock %}
{% load staticfiles %} {% if debug == False %}
{% endif %}