My Additional IPA Symbols

Notifications
{% if notifications %} {% for notification in notifications %}
{{ notification.title }}
{{ notification.message }}
{% if notification.created_date %} {{ notification.created_date.strftime('%B %d, %Y') }} {% else %} Unknown time {% endif %}
{% endfor %} {% else %}
No notifications at this time.
{% endif %}
Proposals
Feedback

Propose New Symbols

Note that when your proposal has been reviewed, you should receive a notification.

Current Proposals

{% if proposals %} {% for proposal in proposals %}
{{ proposal.symbol }}
{% if proposal.submitted_date %} {{ proposal.submitted_date.strftime('%B %d, %Y') }} {% else %} Unknown date {% endif %} {% if proposal.status == "pending" %} Pending {% elif proposal.status == "approved" %} Approved {% else %} Rejected {% endif %}

Sound Name: {{ proposal.sound_name }}

Category: {{ proposal.category|title }}

Rationale: {{ proposal.rationale }}

{% if proposal.example_language %}

Example Languages: {{ proposal.example_language }}

{% endif %}
{{ proposal.votes }}
{% endfor %} {% else %}
No proposals yet. Be the first to propose a new symbol!
{% endif %}

Start a new discussion topic

Recent Discussions

{% if topics %} {% for topic in topics %}

{{ topic.title }}

Posted by {{ topic.author_name or "Anonymous" }} on {% if topic.created_date %} {{ topic.created_date.strftime('%B %d, %Y') }} {% else %} Unknown date {% endif %}

{{ topic.content }}

{% for reply in topic.replies %}
{{ reply.author_name or "Anonymous" }} on {% if reply.created_date %} {{ reply.created_date.strftime('%B %d, %Y') }} {% else %} Unknown date {% endif %}

{{ reply.content }}

{% endfor %}
{% endfor %} {% else %}

Welcome to the discussion page

Posted by Admin on {{ current_date }}

Welcome to the Extended IPA Symbols discussion page. Feel free to start a conversation or propose new symbols.

{% endif %}