Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. .content.active
  2. form.has-button-bar(method="post")
  3. - csrf_token
  4.  
  5. - if perms.companies.add_invoicedata or perms.companies.change_invoicedata or perms.companies.read_invoicedata
  6. .button-bar.clearfix
  7.  
  8. - if perms.companies.add_invoicedata or perms.companies.change_invoicedata
  9. button.button.icon.text.orange.hint--top(type="submit", data-hint="{% trans 'Save invoice data' %}")
  10. i.fa.fa-pencil.fa-fw
  11. | {% trans "save"%}
  12.  
  13. - if perms.companies.read_invoicedata
  14. a.button.icon.text.green.hint--top(href="{% url 'companies:detail_invoice_data' company.pk %}", data-hint="{% trans 'Invoice data detail' %}")
  15. i.fa.fa-search.fa-fw
  16. | {% trans "detail"%}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement