| {% extends "soc/reminder/base.html" %} |
| {% comment %} |
| Licensed 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. |
| {% endcomment %} |
| |
| {% block content %} |
| <p> |
| We've noticed that you have not yet completed an evaluation for your GSoC project "{{ project_title }}". |
| Please take a moment to visit {{ survey_url }} and complete the evaluation immediately. |
| If you need assistance with the evaluation, please try asking for help on the Students Mailing list or in #gsoc on Freenode. |
| Please note that we cannot make payment to you until this evaluation is on file, so it's imperative that we receive it by the posted deadline of {{ survey_end|date:"jS F Y H:i" }} (UTC). |
| </p> |
| {% endblock %} |