|
|
|
@ -7,13 +7,13 @@ |
|
|
|
<table class="table table-striped table-bordered"> |
|
|
|
<thead> |
|
|
|
<tr> |
|
|
|
<th class="col-sm-3">{% trans 'Name and comment count' %}</th> |
|
|
|
<th class="col-sm-1">{% trans 'Address' %}</th> |
|
|
|
<th class="col-sm-1">{% trans 'The nature of the damage' %}</th> |
|
|
|
<th class="col-sm-4">{% trans 'Description' %}</th> |
|
|
|
<th class="col-sm-1">{% trans 'Task author' %}</th> |
|
|
|
<th class="col-sm-1">{% trans 'Date of create' %}</th> |
|
|
|
<th class="col-sm-1">{% trans 'Actions' %}</th> |
|
|
|
<th class="col-sm-3 col-xs-3">{% trans 'Name and comment count' %}</th> |
|
|
|
<th class="col-sm-1 col-xs-2">{% trans 'Address' %}</th> |
|
|
|
<th class="col-sm-1 col-xs-1">{% trans 'The nature of the damage' %}</th> |
|
|
|
<th class="col-sm-4 col-xs-4">{% trans 'Description' %}</th> |
|
|
|
<th class="col-sm-1 col-xs-1">{% trans 'Task author' %}</th> |
|
|
|
<th class="col-sm-1 hidden-xs">{% trans 'Date of create' %}</th> |
|
|
|
<th class="col-sm-1 col-xs-1">{% trans 'Actions' %}</th> |
|
|
|
</tr> |
|
|
|
</thead> |
|
|
|
<tbody> |
|
|
|
|