{% extends "developers/base_impala.html" %} {% set title = _('Manage My Submissions') %} {% block title %}{{ hub_page_title(title) }}{% endblock %} {% block content %} {% include "developers/timeline.html" %} {#{{ hub_breadcrumbs(items=[(None, _('My Submissions'))]) }}#} {{ title }} {% if not addons %} {{ _('Welcome to the Developer Dashboard') }} You haven't yet submitted an app to the Mozilla Marketplace. Once you've created your app, click Submit Your App below. {{ _('Submit An App') }} {% else %} {{ impala_addon_listing_header(request.get_full_path(), search_filter=filter) }} {{ hub_addon_listing_items(addons.object_list) }} {{ addons|impala_paginator }} {% endif %} {% endblock %}
You haven't yet submitted an app to the Mozilla Marketplace. Once you've created your app, click Submit Your App below.
{{ _('Submit An App') }}