]> git.mxchange.org Git - fba.git/blob - templates/widgets/list_links.html
Continued:
[fba.git] / templates / widgets / list_links.html
1 {% if value != None %}
2     <a href="list?mode={{mode}}&amp;value={{value}}&amp;amount={{amount}}" title="Information on domain {{domain}}">{{value}}</a>
3 {% else %}
4     None
5 {% endif %}