{% extends "master.html" %} {% block body %}

From your profile here, you can manage different notification preferences for Fedora Apps. We support the following notification contexts currently and hope to add more in time.

{% for ctx in contexts %}
{{ctx.name}}
{{ctx.description}}
{% endfor %}
{% if prefs %}

Current settings

{% for pref in prefs %}

{{pref.context_name}}

{{pref.detail_value}}

{% endfor %}
{% endif %}
{% endblock %}