From b10fc10b79590006539d410eb959ac20eb1e5eb4 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 24 May 2011 11:10:29 +0100 Subject: [PATCH] Show current training to HR, hide blacklist status to public --- app/hr/templates/hr/applications/view.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/hr/templates/hr/applications/view.html b/app/hr/templates/hr/applications/view.html index b7c6a54..2e89243 100644 --- a/app/hr/templates/hr/applications/view.html +++ b/app/hr/templates/hr/applications/view.html @@ -14,7 +14,9 @@
  • Applying Character: {{ app.character }}
  • Applying To: {{ app.corporation }}
  • Application Status: {{ app.get_status_display }}
  • +{% if hrstaff %}
  • Blacklist Status: {% if app.blacklisted %}BLACKLISTED{% else %}OK{% endif %}
  • +{% endif %} {% ifnotequal app.status 5 %} @@ -61,6 +63,7 @@ {% endif %} +{% if hrstaff %} {% if app.blacklisted %}

    Blacklist Triggers

    @@ -70,6 +73,7 @@ {% endfor %}
    {% endif %} +{% endif %} {% if app.recommendation_set.all %}

    Recommendations

    @@ -89,7 +93,7 @@ {% if hrstaff %}

    EVE Characters

    - + {% for acc in app.user.eveaccount_set.all %} {% for char in acc.characters.all %} @@ -98,6 +102,7 @@ + {% endfor %}
    CharacterCorp / AllianceISKSPLinks
    CharacterCorp / AllianceISKSPTrainingLinks
    {{ char.name }} {{ char.balance|intcomma }} ISK {{ char.total_sp|intcomma }} SP{% if char.current_training %}{{ char.current_training.skill.name }} to Level {{ char.current_training.in_training }}{% endif %} {% if request.is_igb %}Show In Eve / {% endif %}EveGate Profile / EveSearch / EVEGate Forums