app/soc/templates/soc/request/process_request.html
changeset 1767 eb7b8367e30f
parent 1756 0a332ff872bf
child 1937 7343876363cd
equal deleted inserted replaced
1766:75531b82a4e2 1767:eb7b8367e30f
    20 
    20 
    21 {% block body %}
    21 {% block body %}
    22 <p>
    22 <p>
    23 <div="text"> 
    23 <div="text"> 
    24 {% ifequal request_status "new" %}
    24 {% ifequal request_status "new" %}
    25   This is a request from <b>{{ entity.link_id }}</b> to become a 
    25   This is the request from <b>{{ entity.link_id }}</b> to become a 
    26   <b>{{ entity.role_verbose }}</b> for <b>{{entity.scope.name }}</b>.</br>
    26   <b>{{ entity.role_verbose }}</b> for <b>{{entity.scope.name }}</b>.</br>
    27   Please select your response by using the buttons below.
    27   Please select your response by using the buttons below.
    28 </div>
    28 </div>
    29 </p>
    29 </p>
    30 
    30 
    38 </tr>
    38 </tr>
    39 </table>
    39 </table>
    40 {% else %}
    40 {% else %}
    41 <p>
    41 <p>
    42 <div="text"> 
    42 <div="text"> 
    43   This is a invite to <b>{{ entity.link_id }}</b> to become a 
    43   This is the invitation to <b>{{ entity.link_id }}</b> to become a 
    44   <b>{{ entity.role_verbose }}</b> for <b>{{entity.scope.name }}</b>.<br/> 
    44   <b>{{ entity.role_verbose }}</b> for <b>{{entity.scope.name }}</b>.<br/> 
    45   If you would like to withdraw this invite please press the withdraw button below.
    45   If you would like to withdraw this invite please press the withdraw button below.
    46 </div>
    46 </div>
    47 </p>
    47 </p>
    48 
    48