app/soc/templates/soc/notification/messages/base.html
changeset 1891 563d6e544011
parent 1886 660bdc99239c
child 1892 51cdacd67ef1
equal deleted inserted replaced
1890:a8a5da24212c 1891:563d6e544011
    11 See the License for the specific language governing permissions and
    11 See the License for the specific language governing permissions and
    12 limitations under the License.
    12 limitations under the License.
    13 {% endcomment %}
    13 {% endcomment %}
    14 
    14 
    15 <div id="greeting">
    15 <div id="greeting">
       
    16   <p>
    16 	{% block greeting %}
    17 	{% block greeting %}
    17 	Hi {{ to_name }},
    18 	Hi {{ to_name }},
    18 	{% endblock %}
    19 	{% endblock %}
       
    20   </p>
    19 </div>
    21 </div>
    20 
    22 
       
    23 
       
    24 
    21 <div id="content">
    25 <div id="content">
       
    26   <p>
    22 	{% block content %}{% endblock %}
    27 	{% block content %}{% endblock %}
       
    28   </p>
    23 </div>
    29 </div>
    24 
    30 
    25 <div id="signature">
    31 <div id="signature">
       
    32   <p>
    26 	{% block signature %}Greetings, <br />{{ sender_name }}{% endblock %}
    33 	{% block signature %}Greetings, <br />{{ sender_name }}{% endblock %}
       
    34   </p>
    27 </div>
    35 </div>