Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<h1>Company List</h1>
|
||||
<table>
|
||||
{% for item in object_list %}
|
||||
<tr>
|
||||
<td>{{ item.name }}</td>
|
||||
<td>{{ item.contact_name }}</td>
|
||||
<td>{{ item.contact_number }}</td>
|
||||
<td>{{ item.contact_email }}</td>
|
||||
<td>{{ item.address }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
Reference in New Issue
Block a user