[% title = i18n("State - Network Access") %] [% INCLUDE header.html %] [%# Welcome text %]
User

[% i18n("Your Network Access Status") %]


[%- IF node.status == 'reg' %]
[% i18n_format("You are registered as %s", node.pid) %]
[%- ELSE %]
[% i18n("You are not connected to our network.") %]
[%- END %] [%- IF node.expiration %]
[% i18n('Your network access ends in ') %]
[%- ELSIF node.timeleft %]
[% i18n_format("You're not connected to the network, but have a timebank of %s", node.timeleft ) %]
[%- ELSIF node.timeleft == 0 %]
[% i18n("Your network access has expired.") %]
[%- END %] [%- IF node.last_start_time AND billing %]
[% i18n("Extend Access") %]
[%- END %]
[%- FOREACH n IN nodes %] [%- END %]
[% i18n("Your registered devices") %]
[% i18n("MAC Address") %] [% i18n("OS Type") %] [% i18n("Registration Date") %]
[% n.mac %] [% n.dhcp_fingerprint %] [% n.regdate IF n.regdate != '0000-00-00 00:00:00' %] [% i18n("Unregister") %]
[% INCLUDE footer.html %]