details.rhtml
1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<h2><%= _("%s's validation") % @pending.name %></h2>
<h3><%= _('Provided information') %></h3>
<table>
<tr>
<th><%= _('Name') %></th>
<td><%= @pending.name %></td>
</tr>
<tr>
<th><%= _('Address') %></th>
<td><%= @pending.address %></td>
</tr>
<tr>
<th><%= _('Contact Phone') %></th>
<td><%= @pending.contact_phone %></td>
</tr>
<tr>
<th><%= _('Contact Person') %></th>
<td><%= @pending.contact_person %></td>
</tr>
<tr>
<th><%= _('Acronym') %></th>
<td><%= @pending.acronym %></td>
</tr>
<tr>
<th><%= _('Identifier') %></th>
<td><%= @pending.identifier %></td>
</tr>
<tr>
<th><%= _('Foundation Year') %></th>
<td><%= @pending.foundation_year %></td>
</tr>
<tr>
<th><%= _('Legal Year') %></th>
<td><%= @pending.legal_form %></td>
</tr>
<tr>
<th><%= _('Economic Activity') %></th>
<td><%= @pending.economic_activity %></td>
</tr>
<tr>
<th><%= _('Management Information') %></th>
<td><%= @pending.management_information %></td>
</tr>
</table>
<h3><%= _('Final decision') %></h3>
<%# TODO %>