mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-17 22:27:04 +00:00
re-order display
This commit is contained in:
@@ -5,18 +5,6 @@
|
|||||||
|
|
||||||
<h1>Aliases for people's names in {{year}}</h1>
|
<h1>Aliases for people's names in {{year}}</h1>
|
||||||
|
|
||||||
<p>This is the list of people on expo this year.
|
|
||||||
<table>
|
|
||||||
<tr><th>Person</th><th>slug</th><th>aliases</th></tr>
|
|
||||||
{% for pe in personexpeditions %}
|
|
||||||
<tr>
|
|
||||||
<td>{{pe.person}}</td>
|
|
||||||
<td>{{pe.slugfield}}</td>
|
|
||||||
<td>{{pe.slugfield}}</td>
|
|
||||||
</tr>
|
|
||||||
{% endfor %}
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<p>This table below lists the possible unambiguous ways of identifying a person in a survex file or a logbook entry.
|
<p>This table below lists the possible unambiguous ways of identifying a person in a survex file or a logbook entry.
|
||||||
This ridiculously long list of alternatives is derived from what people have actually done in the last 40 years.
|
This ridiculously long list of alternatives is derived from what people have actually done in the last 40 years.
|
||||||
<p>Note that this is year specific: On a year with only one 'Sophie' then the identifier 'Sophie' will be fine.
|
<p>Note that this is year specific: On a year with only one 'Sophie' then the identifier 'Sophie' will be fine.
|
||||||
@@ -60,6 +48,18 @@ is used in the table above to construct possible unambiguous identifiers.
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<p>This is the list of people on expo this year.
|
||||||
|
<table>
|
||||||
|
<tr><th>Person</th><th>slug</th><th>aliases</th></tr>
|
||||||
|
{% for pe in personexpeditions %}
|
||||||
|
<tr>
|
||||||
|
<td>{{pe.person}}</td>
|
||||||
|
<td>{{pe.slugfield}}</td>
|
||||||
|
<td>{{pe.slugfield}}</td>
|
||||||
|
</tr>
|
||||||
|
{% endfor %}
|
||||||
|
</table>
|
||||||
|
|
||||||
<p>And these are people known to us, who appear as survex *team members or in logbook participant lists, but are not expo members
|
<p>And these are people known to us, who appear as survex *team members or in logbook participant lists, but are not expo members
|
||||||
and so are not managed or reported:
|
and so are not managed or reported:
|
||||||
{% for p in foreign_friends %}
|
{% for p in foreign_friends %}
|
||||||
|
|||||||
Reference in New Issue
Block a user