source: trunk/sara_cmt/templates/examples/base_allnodes.cmt @ 11751

Last change on this file since 11751 was 11751, checked in by sil, 14 years ago

cleaned up templates dir

File size: 821 bytes
Line 
1{% comment %} #################################################################
2
3Date   : feb 13th 2009
4Author : Sil Westerveld
5E-mail : sil.westerveld@sara.nl
6
7The SARA_CMT-templates rely on the Django Template Engine, documented at:
8
9  http://docs.djangoproject.com/en/dev/topics/templates/#topics-templates
10
11Some quickstart info, for writing your own SARA_CMT-templates, can be found in
12the README file of the SARA_CMT-package.
13
14############################################################### {% endcomment %}
15{% include 'ported/header' %}
16{% block description %}
17# Description :
18#
19{% endblock description %}
20{ BLANKLINE }
21{% for hw in HardwareUnit.objects.all %}
22{% block hw_cluster_name %}
23  {% ifequal hw.cluster.name '<name>' %}
24    {{ hw.hostname }}
25  {% endifequal %}
26{% endblock hw_cluster_name %}
27{% endfor %}
Note: See TracBrowser for help on using the repository browser.