{% extends 'inner.html' %} {% load thumbnail %} {% block title %} | Noteworthy {% endblock %} {% block extra_meta_content %}: Noteworthy {% endblock %} {% block extra2_head %} {% endblock %} {% block contentId %} id="showContent" {% endblock %} {% block inner_content %} {% for n in noteworthy %}
{% if n.image %} {% thumbnail n.image "1000" as im_large %} {% thumbnail n.image "200" as im %} {% endthumbnail %} {% endthumbnail %} {% else %}
{% endif %}
{% for img in n.noteworthyimage_set.all %} {% thumbnail img.image "1000" as im_large %} {% thumbnail img.image "80x80" crop="center" as im %} {% endthumbnail %} {% endthumbnail %} {% endfor %}

{% if n.url %} {% endif %}{{ n.title }} {% if n.url %} {% endif %}


{{ n.description|linebreaksbr }}

{% endfor %} {% endblock %}