{% extends "page.html" %} {% block title %} {% if context.id %} Issue {{ context.id }}: {{ context.title }} - {{ config.TRACKER_NAME }} {% else %} New Issue - {{ config.TRACKER_NAME }} {% endif %} {% endblock %} {% block body_title %} {% if not (context.id or context.is_edit_ok()) %} New Issue {% elif not context.id and context.is_edit_ok() %} New Issue Editing {% elif context.id and not context.is_edit_ok() %} Issue {{ context.id }} {% else %} Issue {{ context.id }} Editing {% endif %} {% endblock %} {% block content %}
You are not allowed to view this page.
{% endif %} {% if not context.is_view_ok() and request.user.hasRole('Anonymous') %}Please login with your username and password.
{% endif %} {% if context.is_view_ok() %}Note: | highlighted | fields are required. |
---|
Created on {{ context.creation }} by {{ context.creator }}, last changed {{ context.activity }} by {{ context.actor }}.
{% endif %} {% if context.files %}Files | ||||
---|---|---|---|---|
File name | Uploaded | Type | Edit | Remove |
{{ file.name }} | {{ file.creator }}, {{ file.creation }} | {{ file.type }} | {% if file.is_edit_ok() %} edit {% endif %} | {% if context.is_edit_ok() %} {% endif %} |