forked from expo/troggle
survexstations also tabulated
This commit is contained in:
@@ -25,5 +25,16 @@ These are all the locations specified in Northing/Easting coordinates in the sys
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
||||
<p>But the Entrances - the objects in the troggle system - are not properly connected to the dataset which is the combined set of survex data. They are only linked - and only implicitly - by the tag name.
|
||||
<table cellpadding="6" cellspacing="8">
|
||||
<tr><th>Survex Station</th><th>x</th><th>y</th></tr>
|
||||
{% for s in stations %}
|
||||
<tr>
|
||||
<td style="text-align:left; width:240px"> {{s.name|safe}} </td>
|
||||
<td style="text-align:right; width:90px"> {{s.x|floatformat:2}} </td>
|
||||
<td style="text-align:right; width:90px"> {{s.y|floatformat:2}} </td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user