Licitator 1.0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

12 lines
537 B

{% block progres %}
<div class="info-box bg-red">
<span class="info-box-icon">{{proceso.porcentaje}}</span>
<div class="info-box-content">
<span class="info-box-number">{{proceso.getNombre()|trans({},'menulateral')}}</span>
<!-- The progress section is optional -->
<div class="progress">
<div class="progress-bar" style="width:{{proceso.porcentaje}}"></div>
</div>
</div><!-- /.info-box-content -->
</div><!-- /.info-box -->
{% endblock %}