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.

16 lines
347 B

12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
  1. <table class="table table-hover table-condensed table-bordered" >
  2. <thead>
  3. <tr>
  4. <th>Interface</th>
  5. <th>IP</th>
  6. </tr>
  7. </thead>
  8. <tbody>
  9. {% for itfip in getip.itfip %}
  10. {% cycle '<tr>' ''%}
  11. <td>{{itfip}}</td>
  12. {% cycle '' '</tr>' %}
  13. {% endfor %}
  14. </tbody>
  15. </table>