{% extends "base.html" %} {% block title %}billing - irc.now{% endblock %} {% block banner %}{% include "partials/announcement.html" %}{% endblock %} {% block flash %}{% include "partials/flash.html" %}{% endblock %} {% block content %}

billing

current plan

{{ plan }}

{% if is_pro %} manage subscription {% else %}
{% endif %}
{% endblock %}