{% extends "devhub/base.html" %} {% block content %}
Right now it's {% if step %} {% if addon.is_webapp() %} on step {{ step.step }}. {% else %} on step {{ step.step }}. {% endif %} {% else %} not in the submission process. {% endif %}
{% endblock %}