diff --git a/abonapp/templates/abonapp/addAbon.html b/abonapp/templates/abonapp/addAbon.html index b93ec39..bf53826 100644 --- a/abonapp/templates/abonapp/addAbon.html +++ b/abonapp/templates/abonapp/addAbon.html @@ -1,6 +1,8 @@ {% extends request.is_ajax|yesno:'bajax.html,base.html' %} {% load i18n bootstrap3 %} +{% block title %}{% trans 'Add abon' %}{% endblock %} + {% block breadcrumb %}
diff --git a/new_customers/templates/new_customers/potentialsubscriber_list.html b/new_customers/templates/new_customers/potentialsubscriber_list.html new file mode 100644 index 0000000..bab929f --- /dev/null +++ b/new_customers/templates/new_customers/potentialsubscriber_list.html @@ -0,0 +1,70 @@ +{% extends request.is_ajax|yesno:'bajax.html,base.html' %} +{% load i18n %} + +{% block title %}{% trans 'Potential subscribers' %}{% endblock %} + +{% block breadcrumb %} + +{% endblock %} + + +{% block page_header %} +{{ new_user.description }}
+ {% endif %} + + + {% endwith %} + + {% empty %} + +{% trans 'Not have new subscribers' %}
+ + {% endfor %} +