Skip to content
Snippets Groups Projects
Commit 28c4ddac authored by Michael Kohlhase's avatar Michael Kohlhase
Browse files

end tag

parent 5e8e920b
No related branches found
No related tags found
No related merge requests found
......@@ -11,18 +11,18 @@
<li class="collection-header"><h4>{{role.name}}</h4></li>
{% for person in rollers %}
<li class="collection-item avatar">
<img src="/{{person.pic}}" alt="" class="circle">
<a href="{{person.url}}" class="title">{{person.fullname}}</a>
<p>
{% if person.start_date %}
from {{person.start_date}} <br/>
{% endif %}
{% if person.end_date %}
until {{person.end_date}} <br/>
{% endif %}
</p>
<img src="/{{person.pic}}" alt="" class="circle"/>
<a href="{{person.url}}" class="title">{{person.fullname}}</a>
<p>
{% if person.start_date %}
from {{person.start_date}} <br/>
{% endif %}
{% if person.end_date %}
until {{person.end_date}} <br/>
{% endif %}
</p>
</li>
{% endfor %}
</ul>
{% endif %}
{% endfor %}
\ No newline at end of file
{% endfor %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment