{#- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -#} {% extends g.theme.master %} {% block title %}{{neighborhood.name}} / Award Administration{% endblock %} {% block header %}Award Administration for {{neighborhood.name}}{% 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}}
{{lib.csrf_token()}}

{% endif %}

Create an Award

Icon Abbreviation Description
{{lib.csrf_token()}}
{% if awards_count > 0 %}

Grant an Award

{{ c.award_grant_form.display(action="awards/grant") }}

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

Current Grants

{% for grant in grants %} {% endfor %}
Award Recipient URL Comment Revoke?
{{grant.award.short}} {% if grant.granted_to_project %} {{grant.granted_to_project.shortname}} {% else %} Project not found {% endif %} {{grant.award_url}} {{grant.comment}} {% if grant.granted_to_project %}
{{lib.csrf_token()}}
{% endif %}

{% endif %} {% endblock %} {% block extra_js %} {% endblock %}