{% extends g.theme.master %} {% block title %}{{neighborhood.name}} / Award Administration{% endblock %} {% block header %}Award Administration for {{neighborhood.name}}{% endblock %} {% block nav_menu %} {% include 'allura:templates/jinja_master/neigh_nav_menu.html' %} {% endblock %} {% block top_nav %} {% include 'allura:templates/jinja_master/neigh_top_nav.html' %} {% endblock %} {% block content %} {% if awards_count > 0 %}

Current Awards

{% for award in awards %} {% endfor %}
Icon Abbreviation Description Delete?
{% if award.icon %} {% endif %} {{award.short}} {{award.full}}

{% endif %}

Create an Award

Icon Abbreviation Description
{% if awards_count > 0 %}

Grant an Award

Award Recipient
{{c.project_select.display(name='recipient')}}

{% endif %} {% if grants_count > 0 %}

Current Grants

{% for grant in grants %} {% endfor %}
Award Recipient Revoke?
{{grant.award.short}} {{grant.granted_to_project.shortname}}

{% endif %} {% endblock %}