{% extends "settings2.html" %} {%- import 'component/sorting_time.html' as sorting_time -%} {% block pagetitle %}Changelog{% endblock %} {% block desktopBanner %}
{% block navbar %}
{{sorting_time.sort_dropdown(sort, t, SORTS_POSTS)}}
{% endblock %}
{% endblock %} {% block content %} {% if v %} Subscribe Unsubscribe {% endif %}
{% include "submission_listing.html" %}
{% if listing %} {% endif %} {% endblock %}