Commit 0cb15fa2e223259e863c6a215f2d7a0ea3ecbc0d
1 parent
d784b1e7
Exists in
master
and in
1 other branch
Acrescentar total de máquinas no final dos relatório
Showing
1 changed file
with
10 additions
and
1 deletions
Show diff stats
src/Cacic/RelatorioBundle/Resources/views/Faturamento/inativosResultado.html.twig
| ... | ... | @@ -62,7 +62,16 @@ |
| 62 | 62 | |
| 63 | 63 | |
| 64 | 64 | </form> |
| 65 | - | |
| 65 | + | |
| 66 | + <table class="table table-striped table-bordered"> | |
| 67 | + <thead> | |
| 68 | + <tr> | |
| 69 | + <th width="77%" style="text-align: left">{{ "Total de Estações"|trans }}</th> | |
| 70 | + <th width="23%" style="text-align: center">{{ totalnumcomp }}</th> | |
| 71 | + </tr> | |
| 72 | + </thead> | |
| 73 | + </table> | |
| 74 | + | |
| 66 | 75 | </div> <!-- /block --> |
| 67 | 76 | </div> <!-- /box --> |
| 68 | 77 | </div> <!-- /span --> | ... | ... |