app/templates/projrev/templatetags/_as_my_review.html
changeset 31 ef9fdc847543
equal deleted inserted replaced
30:94fe7fe7394d 31:ef9fdc847543
       
     1 <p class="post-footer align-right">
       
     2   On <strong>{{ review.reviewed_on|date:"jS F Y h:iA" }}</strong>
       
     3   Total Score: <strong>{{ total_score }}</strong>
       
     4   Proposal: <strong>
       
     5    <a href="/site-content/{{ proposal_path }}">{{ proposal_name }}</a>
       
     6    </strong>
       
     7   Institution: <strong>{{ institution }}</strong>
       
     8   State: <strong>{{ state }}</strong>
       
     9   District: <strong>{{ district }}</strong><br />
       
    10   Line Item: <strong>{{ line_item }}</strong><br />
       
    11   Attribute 1: <strong>{{ review.attribute1 }},</strong> 
       
    12   Attribute 2: <strong>{{ review.attribute2 }},</strong>
       
    13   Attribute 3: <strong>{{ review.attribute3 }},</strong>
       
    14   Attribute 4: <strong>{{ review.attribute4 }},</strong>
       
    15   Attribute 5: <strong>{{ review.attribute5 }},</strong>
       
    16   Attribute 6: <strong>{{ review.attribute6 }},</strong>
       
    17   Attribute 7: <strong>{{ review.attribute7 }},</strong>
       
    18   Attribute 8: <strong>{{ review.attribute8 }},</strong>
       
    19   Attribute 9: <strong>{{ review.attribute9 }}</strong>
       
    20 </p>
       
    21 <div class="review-center-box">
       
    22   {{ review.comment }}
       
    23 </div>