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

5 years ago
  1. {% block progres %}
  2. <div class="info-box bg-red">
  3. <span class="info-box-icon">{{proceso.porcentaje}}</span>
  4. <div class="info-box-content">
  5. <span class="info-box-number">{{proceso.getNombre()|trans({},'menulateral')}}</span>
  6. <!-- The progress section is optional -->
  7. <div class="progress">
  8. <div class="progress-bar" style="width:{{proceso.porcentaje}}"></div>
  9. </div>
  10. </div><!-- /.info-box-content -->
  11. </div><!-- /.info-box -->
  12. {% endblock %}