app/soc/templates/soc/notification/public.html
changeset 756 a0c0b48563cb
parent 731 3e1aafcf2671
child 1889 4356a9201d20
equal deleted inserted replaced
755:1ed041c0cdc6 756:a0c0b48563cb
    32 {% endif %}
    32 {% endif %}
    33 
    33 
    34 {% readonly_field_as_table_row "To" entity.scope.name %}
    34 {% readonly_field_as_table_row "To" entity.scope.name %}
    35 {% readonly_field_as_table_row "Sent On" entity.created_on %}
    35 {% readonly_field_as_table_row "Sent On" entity.created_on %}
    36 {% readonly_field_as_table_row entity.fields.subject.label entity.subject %}
    36 {% readonly_field_as_table_row entity.fields.subject.label entity.subject %}
    37 {% readonly_multiline_field_as_table_row entity.fields.message.label entity.message %}
    37 
       
    38 <tr title="{{ field.help_text }}">
       
    39  <td class="formfieldlabel">
       
    40 	{{ entity.fields.message.label }}:
       
    41  </td>
       
    42  <td class="formfieldvalue">
       
    43 	{{ entity.message|safe|linebreaks }}
       
    44  </td>
    38 
    45 
    39 <tr>
    46 <tr>
    40   <td>
    47   <td>
    41     <input type="button" onclick="location.href='/{{ entity_type_url|lower }}/delete/{{ entity_suffix }}'" value="Delete"/>
    48     <input type="button" onclick="location.href='/{{ entity_type_url|lower }}/delete/{{ entity_suffix }}'" value="Delete"/>
    42   </td>
    49   </td>