with RFCs without an associated group and also makes the code somewhat more readable (although the template tag detour need to go away at some point, perhaps after the generic charter refactor) - Legacy-Id: 4071
7 lines
180 B
HTML
7 lines
180 B
HTML
<div style="margin-bottom: 1em;">
|
|
{% for action_name, url in actions %}
|
|
{% if not forloop.first %} | {% endif%} <a href="{{ url}}">{{ action_name }}</a>
|
|
{% endfor %}
|
|
</div>
|
|
|