Change Logs
{% for change_log in change_logs %}
v{{ change_log.version }}
{% if change_log.tags %}
{% for tag in change_log.tags.all %}
{{ tag.name }}
{% endfor %}
{% endif %}
{{ change_log.title }}
{% endfor %}
{% if change_logs.has_other_pages %}
{% if change_logs.has_previous %}
Previous
{% else %}
Previous
{% endif %} {% if change_logs.has_next %}
Next
{% else %}
Next
{% endif %}
{% endif %}