blob: f540555d4f495799965d09cda7de92c08b10d00f (
plain)
1
2
3
4
5
6
7
8
9
10
|
<% include('elements/svc_Common.html',
'table' => 'svc_phone',
'fields' => [qw( countrycode phonenum pin )],
'labels' => {
'countrycode' => 'Country code',
'phonenum' => 'Phone number',
'pin' => 'PIN',
},
)
%>
|