Home | History | Annotate | Download | only in templates
      1 {% if param %}
      2 {% for link in param %}
      3 <a class="button small" href="{{ link.href }}">{{ link.name }}</a>
      4 {% endfor %}
      5 {% else %}
      6 None
      7 {% endif %}
      8