{% extends "base.html" %} {% block title %}View {{ object.graceid }}{% endblock %} {% block heading %}View {{ object.graceid }}{% endblock %} {% block content %}

{{ message }}

ID{{ object.graceid }}
Group{{ object.group.name }}
Type{{ object.get_analysisType_display }}
Data {{ object.weburl }}
TWiki {{ object.wikiurl }}
Sumitter{{ object.submitter.name }}
Created{{ object.created }}
{% endblock %}