app/templates/projrev/templatetags/_as_review.html
changeset 27 37612f295cd4
parent 26 97bd3c28c957
child 42 4cf4c1f0e5bb
equal deleted inserted replaced
26:97bd3c28c957 27:37612f295cd4
     1 <div class="ghoptaskcomment">
     1 <p class="post-footer align-right">
     2  <div class="title" id="c{{ comment_id }}">
     2   Comment by: <strong>{{ review.reviewer}}</strong>,
     3   On {{ comment.created_on|date:"jS F Y H:i" }},
     3 On <strong>{{ review.reviewed_on|date:"jS F Y h:iA" }}</strong>
     4   by
     4   Total Score: <strong>{{ total_score }}</strong><br />
     5   {% if comment.created_by %} 
     5   Attribute 1: <strong>{{ review.attribute1 }},</strong> 
     6     {{ comment.created_by.name }}:
     6   Attribute 2: <strong>{{ review.attribute2 }},</strong>
     7   {% else %}
     7   Attribute 3: <strong>{{ review.attribute3 }},</strong>
     8     {{ site_name }} Automatic Updater:
     8   Attribute 4: <strong>{{ review.attribute4 }},</strong>
     9   {% endif %}
     9   Attribute 5: <strong>{{ review.attribute5 }},</strong>
    10   <span class="spc{{ comment_id }}">
    10   Attribute 6: <strong>{{ review.attribute6 }},</strong>
    11    <a title="Permalink to this Comment" href="#c{{ comment_id }}">ΒΆ</a>
    11   Attribute 7: <strong>{{ review.attribute7 }},</strong>
    12   </span>
    12   Attribute 8: <strong>{{ review.attribute8 }},</strong>
    13  </div>
    13   Attribute 9: <strong>{{ review.attribute9 }}</strong>
    14  <div class="box-inner">
    14 </p>
    15   <p>
    15 <div class="review-center-box">
    16    {% if comment.content %}
    16   {{ review.comment }}
    17      {{ comment.content|safe }}</p>
       
    18    {% else %}
       
    19    (No Comment was entered for this change.)
       
    20    {% endif %}
       
    21  </div>
       
    22  {% if comment.changes %}
       
    23   <div class="changes">
       
    24    <div class="box-inner">
       
    25     <b>Changes:</b>
       
    26     {{ comment.changes|join:"; " }} 
       
    27    </div>
       
    28   </div>
       
    29  {% endif %}
       
    30 </div>
    17 </div>
    31 <hr />