[% INCLUDE common:header.tt name=user.nickname _ 'さんのセクスノートプロフィール' %]

[% user.nickname | html %]さんのプロフィール

[% fields = [ 'nickname','bday','interest','bio' ] %] [% FOREACH field IN fields %] [% END %]
[% c.config.label.${ field } %] [% user.${ field } | html %]
[% c.config.label.gender %] [% c.config.lookup.gender.${user.gender} %]
[% INCLUDE common:component/article_list.tt %] [% INCLUDE common:footer.tt %]