F
Size: a a a
F
DT
PhoneNumberField, a serializer field
F
PhoneNumberField, a serializer field
DT
F
SN
.objects.filter(timestamp__year=2019).filter(timestamp__month=9)
DT
.objects.filter(timestamp__year=2019).filter(timestamp__month=9)
DT
.objects.filter(timestamp__year=2019, timestamp__month=9)
SN
DT
DT
DT
DT
SN
SN
D
DT
DT
AO
Н
class BaseView(ListView):
model = Asset
template_name = 'base.html'
context_object_name = 'data'
{% for item in data %}
<tr class='success'>
<td>{{ item.field1 }}</td>
<td>{{ item.field2 }}</td>
<td>{{ item.field3 }}</td>
<td>{{ item.4 }}</td>
<td>{{ item.5 }}</td>
<td>{{ item.6 }}</td>
<td>{{ item.7 }}</td>
</tr>
{% endfor %}