2 <div class="profile-view-actions">
3 <a class="btn" href="{{$profile.edit.0}}" id="profile-view-edit-link" title="{{$profile.edit.3}}">{{$profile.edit.1}}</a>
9 <dl id="aprofile-fullname" class="aprofile">
10 <dt>{{$profile.fullname.0}}</dt>
11 <dd>{{$profile.fullname.1}}</dd>
14 {{if $profile.gender}}
15 <dl id="aprofile-gender" class="aprofile">
16 <dt>{{$profile.gender.0}}</dt>
17 <dd>{{$profile.gender.1}}</dd>
21 {{if $profile.birthday}}
22 <dl id="aprofile-birthday" class="aprofile">
23 <dt>{{$profile.birthday.0}}</dt>
24 <dd>{{$profile.birthday.1}}</dd>
29 <dl id="aprofile-age" class="aprofile">
30 <dt>{{$profile.age.0}}</dt>
31 <dd>{{$profile.age.1}}</dd>
35 {{if $profile.marital}}
36 <dl id="aprofile-marital" class="aprofile">
37 <dt><span class="heart">♥</span> {{$profile.marital.0}}</dt>
38 <dd>{{$profile.marital.1}}{{if $profile.marital.with}} ({{$profile.marital.with}}){{/if}}{{if $profile.howlong}} {{$profile.howlong}}{{/if}}</dd>
42 {{if $profile.sexual}}
43 <dl id="aprofile-sexual" class="aprofile">
44 <dt>{{$profile.sexual.0}}</dt>
45 <dd>{{$profile.sexual.1}}</dd>
49 {{if $profile.pub_keywords}}
50 <dl id="aprofile-tags" class="aprofile">
51 <dt>{{$profile.pub_keywords.0}}</dt>
52 <dd>{{$profile.pub_keywords.1}}</dd>
56 {{if $profile.homepage}}
57 <dl id="aprofile-homepage" class="aprofile">
58 <dt>{{$profile.homepage.0}}</dt>
59 <dd>{{$profile.homepage.1}}</dd>
63 {{if $profile.hometown}}
64 <dl id="aprofile-hometown" class="aprofile">
65 <dt>{{$profile.hometown.0}}</dt>
66 <dd>{{$profile.hometown.1}}</dd>
70 {{if $profile.politic}}
71 <dl id="aprofile-politic" class="aprofile">
72 <dt>{{$profile.politic.0}}</dt>
73 <dd>{{$profile.politic.1}}</dd>
77 {{if $profile.religion}}
78 <dl id="aprofile-religion" class="aprofile">
79 <dt>{{$profile.religion.0}}</dt>
80 <dd>{{$profile.religion.1}}</dd>
85 <dl id="aprofile-about" class="aprofile">
86 <dt>{{$profile.about.0}}</dt>
87 <dd>{{$profile.about.1}}</dd>
91 {{if $profile.interest}}
92 <dl id="aprofile-interest" class="aprofile">
93 <dt>{{$profile.interest.0}}</dt>
94 <dd>{{$profile.interest.1}}</dd>
99 <dl id="aprofile-likes" class="aprofile">
100 <dt>{{$profile.likes.0}}</dt>
101 <dd>{{$profile.likes.1}}</dd>
105 {{if $profile.dislikes}}
106 <dl id="aprofile-dislikes" class="aprofile">
107 <dt>{{$profile.dislikes.0}}</dt>
108 <dd>{{$profile.dislikes.1}}</dd>
112 {{if $profile.contact}}
113 <dl id="aprofile-contact" class="aprofile">
114 <dt>{{$profile.contact.0}}</dt>
115 <dd>{{$profile.contact.1}}</dd>
120 {{if $profile.music}}
121 <dl id="aprofile-music" class="aprofile">
122 <dt>{{$profile.music.0}}</dt>
123 <dd>{{$profile.music.1}}</dd>
129 <dl id="aprofile-book" class="aprofile">
130 <dt>{{$profile.book.0}}</dt>
131 <dd>{{$profile.book.1}}</dd>
137 <dl id="aprofile-tv" class="aprofile">
138 <dt>{{$profile.tv.0}}</dt>
139 <dd>{{$profile.tv.1}}</dd>
145 <dl id="aprofile-film" class="aprofile">
146 <dt>{{$profile.film.0}}</dt>
147 <dd>{{$profile.film.1}}</dd>
152 {{if $profile.romance}}
153 <dl id="aprofile-romance" class="aprofile">
154 <dt>{{$profile.romance.0}}</dt>
155 <dd>{{$profile.romance.1}}</dd>
161 <dl id="aprofile-work" class="aprofile">
162 <dt>{{$profile.work.0}}</dt>
163 <dd>{{$profile.work.1}}</dd>
167 {{if $profile.education}}
168 <dl id="aprofile-education" class="aprofile">
169 <dt>{{$profile.education.0}}</dt>
170 <dd>{{$profile.education.1}}</dd>