{% regroup object_list by show as show_list %}{% for show in show_list %} {{ show.grouper.title }} {{ show.grouper.link }} {{ show.grouper.description|striptags }} {% if show.grouper.language %}{{ show.grouper.language }}{% endif %} ℗ & © {% now "Y" %} {{ show.grouper.organization }}. {{ show.grouper.copyright }}. {% for author in show.grouper.author.all %}{% if forloop.first %}{% else %}{% if forloop.last %} and {% else %}, {% endif %}{% endif %}{{ author.email }}{% endfor %} {% if show.grouper.author.email or show.grouper.webmaster.email %}{% if show.grouper.webmaster.email %}{{ show.grouper.webmaster.email }}{% else %}{% endif %}{% endif %} {{ show.list.0.date|date:"r" }} {% if show.grouper.category_show %}{{ show.grouper.category_show }}{% endif %} Django Web Framework http://blogs.law.harvard.edu/tech/rss {% if show.grouper.ttl %}{{ show.grouper.ttl }}{% endif %} {% if show.grouper.image %} {{ show.grouper.image.url }} {{ show.grouper.title }} {{ show.grouper.link }} {% endif %} {{ show.grouper.organization }} {% for author in show.grouper.author.all %}{% if forloop.first %}{% else %}{% if forloop.last %} and {% else %}, {% endif %}{% endif %}{% if author.first_name or author.last_name %}{% if author.first_name and author.last_name %}{{ author.first_name }} {{ author.last_name }}{% endif %}{% if author.first_name and not author.last_name %}{{ author.first_name }}{% endif %}{% if author.last_name and not author.first_name %}{{ author.last_name }}{% endif %}{% else %}{{ author.username }}{% endif %}{% endfor %} {% for author in show.grouper.author.all %}{{ author.email }}{% if forloop.last %}{% else %}, {% endif %}{% endfor %} {% if show.grouper.subtitle %}{{ show.grouper.subtitle }}{% endif %} {% if show.grouper.summary %}{{ show.grouper.summary|striptags }}{% else %}{{ show.grouper.description|striptags }}{% endif %} {% if show.grouper.image %}{% endif %} {% if show.grouper.category.all %}{% for category in show.grouper.category.all %}{% if category.name %} {% else %} {% endif %}{% endfor %}{% endif %} {% if show.grouper.explicit %}{{ show.grouper.explicit|lower }}{% endif %} {% if show.grouper.block %}yes{% endif %} {% if show.grouper.redirect %}{{ show.grouper.redirect }}{% endif %} {% for episode in show.list %} {% for enclosure in episode.enclosure_set.all %} {% if enclosure.file %} {{ episode.title }}{% if enclosure.title %}: {{ enclosure.title }}{% endif %} {{ enclosure.file.url }} {{ episode.description|striptags }} {% for author in show.grouper.author.all %}{{ author.email }}{% if forloop.last %}{% else %}, {% endif %}{% endfor %} {% if episode.category %}{{ episode.category }}{% endif %} {{ enclosure.file.url }} {{ episode.date|date:"r" }} GMT {% for author in episode.author.all %}{% if forloop.first %}{% else %}{% if forloop.last %} and {% else %}, {% endif %}{% endif %}{% if author.first_name or author.last_name %}{% if author.first_name and author.last_name %}{{ author.first_name }} {{ author.last_name }}{% endif %}{% if author.first_name and not author.last_name %}{{ author.first_name }}{% endif %}{% if author.last_name and not author.first_name %}{{ author.last_name }}{% endif %}{% else %}{{ author.username }}{% endif %}{% endfor %} {% if episode.subtitle %}{{ episode.subtitle }}{% endif %} {% if episode.summary %}{{ episode.summary|striptags }}{% else %}{{ episode.description|striptags }}{% endif %} {% if episode.minutes and episode.seconds %}{{ episode.minutes }}:{{ episode.seconds }}{% endif %} {% if episode.keywords %}{{ episode.keywords }}{% endif %} {% if episode.explicit %}{{ episode.explicit|lower }}{% endif %} {% if episode.block %}yes{% endif %} {% endif %} {% endfor %} {% endfor %} {% endfor %}