equal
deleted
inserted
replaced
16 {% if profile.photo %} |
16 {% if profile.photo %} |
17 <a href={{ profile.photo.url }}> |
17 <a href={{ profile.photo.url }}> |
18 <img border="0" height="200" src={{ profile.photo.url }}> |
18 <img border="0" height="200" src={{ profile.photo.url }}> |
19 </a> |
19 </a> |
20 {% endif %} |
20 {% endif %} |
|
21 {% if privilege or edit_profile %} |
|
22 <br><h4>E-Mail</h4><hr>{{ user.email }} |
|
23 {% endif %} |
21 {% if profile.aboutme %} |
24 {% if profile.aboutme %} |
22 <br><h4>About Me</h4><hr>{{ profile.aboutme }} |
25 <br><h4>About Me</h4><hr>{{ profile.aboutme }} |
23 {% endif %} |
26 {% endif %} |
24 {% if profile.nick %} |
27 {% if profile.nick %} |
25 <br><h4>Nick Name</h4><hr>{{ profile.nick }} |
28 <br><h4>Nick Name</h4><hr>{{ profile.nick }} |
31 <br><h4>Credits</h4><hr>{{ profile.credits }} |
34 <br><h4>Credits</h4><hr>{{ profile.credits }} |
32 {% endif %} |
35 {% endif %} |
33 {% if profile.foss_comm %} |
36 {% if profile.foss_comm %} |
34 <br><h4>Foss Community</h4><hr>{{ profile.foss_comm }} |
37 <br><h4>Foss Community</h4><hr>{{ profile.foss_comm }} |
35 {% endif %} |
38 {% endif %} |
36 {% if profile.phonenum %} |
39 {% if privilege or edit_profile %} |
37 <br><h4>Phone Number</h4><hr>{{ profile.phonenum }} |
40 {% if profile.phonenum %} |
|
41 <br><h4>Phone Number</h4><hr>{{ profile.phonenum }} |
|
42 {% endif %} |
38 {% endif %} |
43 {% endif %} |
39 {% if profile.homepage %} |
44 {% if profile.homepage %} |
40 <br><h4>Homepage</h4><hr>{{ profile.homepage }} |
45 <br><h4>Homepage</h4><hr>{{ profile.homepage }} |
41 {% endif %} |
46 {% endif %} |
42 {% if profile.street or profile.city or profile.country %} |
47 {% if privilege or edit_profile %} |
43 <br><h4>Address</h4><hr> |
48 {% if profile.street or profile.city or profile.country %} |
44 {% if profile.street %} |
49 <br><h4>Address</h4><hr> |
45 {{ profile.street }} |
50 {% if profile.street %} |
46 <br> |
51 {{ profile.street }} |
|
52 <br> |
|
53 {% endif %} |
|
54 {% if profile.city %} |
|
55 {{ profile.city }} |
|
56 <br> |
|
57 {% endif %} |
|
58 {% if profile.country %} |
|
59 {{ profile.country }} |
|
60 {% endif %} |
47 {% endif %} |
61 {% endif %} |
48 {% if profile.city %} |
62 {% else %} |
49 {{ profile.city }} |
|
50 <br> |
|
51 {% endif %} |
|
52 {% if profile.country %} |
|
53 {{ profile.country }} |
|
54 {% endif %} |
|
55 {% endif %} |
63 {% endif %} |
56 {% endblock %} |
64 {% endblock %} |