Last modified by Super Admin on 2026/03/22 00:39

From version Icon 32.1 Icon
edited by Super Admin
on 2026/03/19 16:01
Change comment: There is no comment for this version
To version Icon 31.1 Icon
edited by Super Admin
on 2026/03/18 23:33
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -139,6 +139,12 @@
139 139   </td></tr>
140 140   #end
141 141   ## 学年はプライバシー保護のため公開プロフィールには表示しない
142 + <tr><th>在籍状態</th><td>
143 + #if($profileUserStatus == 'active')在籍中
144 + #elseif($profileUserStatus == 'graduated')卒業済み
145 + #elseif($profileUserStatus == 'on_leave')休学中
146 + #else$!profileUserStatus#end
147 + </td></tr>
142 142   </table>
143 143  </div>
144 144  {{/html}}